amelioration V1 of dashboard all menu

This commit is contained in:
Rustico77
2026-04-16 12:28:00 +00:00
parent 3c4317b576
commit 8fd2a7d1b8
10 changed files with 1460 additions and 687 deletions

View File

@@ -11,6 +11,7 @@
},
"dependencies": {
"@tanstack/react-query": "^5.90.21",
"@tsparticles/react": "^3.0.0",
"axios": "^1.13.5",
"clsx": "^2.1.1",
"lucide-react": "^0.575.0",
@@ -19,6 +20,7 @@
"react-dropzone": "^15.0.0",
"react-router-dom": "^7.13.0",
"tailwind-merge": "^3.5.0",
"tsparticles-slim": "^2.12.0",
"zustand": "^5.0.11"
},
"devDependencies": {
@@ -32,9 +34,9 @@
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.24",
"globals": "^16.5.0",
"typescript": "~5.9.3",
"postcss": "^8.5.5",
"tailwindcss": "^3.4.17",
"typescript": "~5.9.3",
"typescript-eslint": "^8.48.0",
"vite": "^7.3.1"
}