Files
aerocity/package.json
2026-06-24 18:16:24 +02:00

19 lines
396 B
JSON

{
"name": "aerocity",
"type": "module",
"version": "0.0.0",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@tailwindcss/vite": "^4.3.1",
"astro": "^7.0.2",
"tailwindcss": "^4.3.1"
}
}