campfire/astro/package.json
2026-01-13 15:35:05 -05:00

33 lines
780 B
JSON

{
"name": "astro",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/node": "^9.5.1",
"@astrojs/react": "^4.4.2",
"@astrojs/svelte": "^7.2.3",
"@prisma/adapter-pg": "^7.1.0",
"@prisma/client": "^7.1.0",
"@prisma/config": "^7.1.0",
"@tailwindcss/vite": "^4.1.18",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"astro": "^5.16.5",
"better-auth": "^1.4.6",
"dotenv": "^17.2.3",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"svelte": "^5.45.10",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3"
},
"devDependencies": {
"@types/pg": "^8.16.0"
}
}