Backend: - Add /debug/tables endpoint to dump SQLite tables - Add /debug/logs endpoint to read scrap.log Frontend: - Add react-router-dom for navigation - Create HomePage and DebugPage components - Add navigation bar with Debug link - Style debug page with Gruvbox theme - Fix package.json dependencies versions Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
24 lines
495 B
JSON
24 lines
495 B
JSON
{
|
|
"name": "suivi_produit_frontend",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-router-dom": "^6.22.0",
|
|
"chart.js": "^4.4.0",
|
|
"zustand": "^4.4.0",
|
|
"@fortawesome/fontawesome-free": "^6.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"vite": "^5.1.3",
|
|
"@vitejs/plugin-react": "^4.0.0",
|
|
"sass": "^1.77.0"
|
|
}
|
|
}
|