- 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)
19 lines
429 B
JSON
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"
|
|
}
|
|
}
|