atashdotdev/package.json
Atridad Lahiji 8d75a36a64
Some checks failed
Docker Deploy / build-and-push (push) Has been cancelled
pls
2025-05-26 14:48:41 -06:00

26 lines
549 B
JSON

{
"name": "atashdotdev",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/node": "^9.2.2",
"@astrojs/solid-js": "^5.1.0",
"@astrojs/tailwind": "^6.0.2",
"astro": "^5.8.0",
"nodemailer": "^6.9.8",
"solid-js": "^1.9.4",
"tailwindcss": "^3.0.24"
},
"devDependencies": {
"@types/node": "^22.10.10",
"@types/nodemailer": "^6.4.14",
"daisyui": "^4.12.23"
}
}