Files
familiarenacer-web/package.json
2026-01-13 22:54:10 -03:00

23 lines
455 B
JSON

{
"name": "familiarenacer-web",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/node": "^9.5.1",
"astro": "^5.16.7",
"three": "^0.182.0"
},
"devDependencies": {
"@astrojs/tailwind": "^6.0.2",
"autoprefixer": "^10.4.23",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.19"
}
}