Files
atashdotdev/package.json
Atridad Lahiji 7c31531722
All checks were successful
Build and Deploy / build-and-push (push) Successful in 2m26s
Deps and misc changes
2025-09-04 16:39:26 -06:00

27 lines
576 B
JSON

{
"name": "atashdotdev",
"type": "module",
"version": "1.1.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"nix:run": "nix develop",
"astro": "astro"
},
"dependencies": {
"@astrojs/node": "^9.4.3",
"@astrojs/solid-js": "^5.1.0",
"@tailwindcss/vite": "^4.1.13",
"astro": "^5.13.5",
"nodemailer": "^7.0.6",
"solid-js": "^1.9.9",
"tailwindcss": "^4.1.13"
},
"devDependencies": {
"@types/node": "^24.3.1",
"@types/nodemailer": "^7.0.1",
"daisyui": "^5.1.6"
}
}