irpf/package.json
Marc Reverdin 07ccb222ae init: scaffold IRPF — Institut de Recherche Politique pour la France
Astro 6 SSG, Tailwind, Content Collections (themes/propositions/rapports/acteurs).
Fiche pilote : Économie & Finances publiques. Déployé sur france.reverdin.eu.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-05 19:18:00 +02:00

24 lines
No EOL
492 B
JSON

{
"name": "irpf",
"type": "module",
"version": "0.0.1",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.9",
"@astrojs/mdx": "^6.0.2",
"@astrojs/sitemap": "^3.7.3",
"@tailwindcss/vite": "^4.3.0",
"astro": "^6.4.4",
"pagefind": "^1.5.2",
"tailwindcss": "^4.3.0",
"typescript": "^6.0.3"
}
}