Files
atashdotdev/package.json
Atridad Lahiji e2571880ce
All checks were successful
Docker Deploy / build-and-push (push) Successful in 5m26s
Deps (no more beta)
2026-03-03 13:31:12 -07:00

26 lines
534 B
JSON

{
"name": "atashdotdev",
"type": "module",
"version": "2.0.0",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/node": "9.5.4",
"@astrojs/vue": "5.1.4",
"@tailwindcss/vite": "^4.2.1",
"astro": "5.18.0",
"nodemailer": "^8.0.1",
"tailwindcss": "^4.2.1",
"vue": "^3.5.29"
},
"devDependencies": {
"@types/node": "^25.3.3",
"@types/nodemailer": "^7.0.11",
"daisyui": "^5.5.19"
}
}