fix package

This commit is contained in:
Antoine Ordonneau
2025-12-27 15:40:05 +01:00
parent 3fb60e9214
commit 86a918337a
2 changed files with 828 additions and 40 deletions
+821 -39
View File
File diff suppressed because it is too large Load Diff
+7 -1
View File
@@ -13,8 +13,14 @@
"test": "vitest"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@floating-ui/react": "^0.27.16",
"@mui/material": "^7.3.6",
"bootstrap": "^5.3.8",
"chart.js": "^4.5.1",
"react": "^19.1.1",
"react-bootstrap": "^2.10.10",
"react-chartjs-2": "^5.3.1",
"react-dom": "^19.1.1",
"react-router": "^7.9.4",
@@ -44,4 +50,4 @@
"vite": "^7.1.7",
"vitest": "^4.0.8"
}
}
}