web/package.json

23 lines
445 B
JSON
Raw Normal View History

2025-01-22 10:36:58 -06:00
{
"name": "web",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
2025-01-22 23:22:42 -06:00
"@astrojs/node": "^9.0.2",
2025-01-22 10:36:58 -06:00
"@astrojs/solid-js": "^5.0.4",
"@astrojs/tailwind": "^5.1.5",
"astro": "^5.1.8",
"solid-js": "^1.9.4",
2025-01-23 00:10:50 -06:00
"tailwindcss": "^3.0.24"
2025-01-22 10:36:58 -06:00
},
"devDependencies": {
"daisyui": "^4.12.23"
}
2025-01-23 00:10:50 -06:00
}