aspireves.org/package.json
Jalil Arfaoui 4ed41c370d Migration vers Astro et refonte du hero
- Remplacement de React/Vite par Astro avec Tailwind CSS
- Nouvelle accroche : « Rêver grand. Jouer vrai. »
- Ajout d'un sélecteur de thèmes temporaire (4 palettes)
- Mise à jour du .gitignore (dist/, .astro/, .clever.json)
2026-03-05 19:35:02 +01:00

19 lines
429 B
JSON

{
"name": "aspireves-org",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "astro dev --port 3030 --host 0.0.0.0",
"build": "astro build",
"preview": "astro preview",
"clean": "rm -rf dist"
},
"dependencies": {
"astro": "^5.5.0",
"astro-icon": "^1.1.5",
"@iconify-json/lucide": "^1.2.40",
"@tailwindcss/vite": "^4.1.14",
"tailwindcss": "^4.1.14"
}
}