Files
atashdotdev/package.json
Atridad Lahiji 8efee17cb6
Some checks failed
Docker Deploy / build-and-push (push) Failing after 2m32s
bump
2025-06-18 00:51:14 -06:00

26 lines
547 B
JSON

{
"name": "atashdotdev",
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/node": "^9.2.2",
"@astrojs/solid-js": "^5.1.0",
"@tailwindcss/vite": "^4.1.10",
"astro": "^5.9.4",
"nodemailer": "^7.0.3",
"solid-js": "^1.9.7",
"tailwindcss": "^4.1.10"
},
"devDependencies": {
"@types/node": "^24.0.3",
"@types/nodemailer": "^6.4.17",
"daisyui": "^5.0.43"
}
}