Files
chlova/web/package.json
T
Kantin-Petit 9de0132676 feat: scaffold UI web (React/Vite/Tailwind) + Login (v0.22.0)
Package web/ : React 19 + Vite 8 + Tailwind 4 + react-router 7 + PWA.
Tokens dark HUD Jarvis-red, client API, contexte auth JWT, shell + garde
de route, écran Login (mot de passe + TOTP). Chat/Review en stubs. Build
OK, 0 vuln. docs/ui-design.md.

Palier de risque : reversible (front statique, aucun accès infra direct).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-23 02:20:16 +02:00

29 lines
680 B
JSON

{
"name": "chlova-web",
"version": "0.1.0",
"private": true,
"type": "module",
"description": "CHLOVA — UI (web/PWA), client du backend CHLOVA",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"typecheck": "tsc -b --noEmit"
},
"dependencies": {
"react": "19.2.7",
"react-dom": "19.2.7",
"react-router-dom": "7.18.0"
},
"devDependencies": {
"@tailwindcss/vite": "4.3.1",
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3",
"@vitejs/plugin-react": "6.0.2",
"tailwindcss": "4.3.1",
"typescript": "5.7.3",
"vite": "8.0.16",
"vite-plugin-pwa": "1.3.0"
}
}