Files
website/astro/package.json
2026-03-07 16:18:49 +01:00

19 lines
360 B
JSON

{
"name": "astro",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/preact": "^4.1.3",
"@tailwindcss/vite": "^4.2.1",
"astro": "^5.17.1",
"preact": "^10.28.4",
"tailwindcss": "^4.2.1"
}
}