feat(stat): add stats page

This commit is contained in:
2025-02-09 15:48:29 +01:00
parent 0769e5ae9d
commit e2e50ae3db
9 changed files with 667 additions and 9 deletions

View File

@@ -21,10 +21,12 @@
"proj4": "^2.11.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^19.0.0",
"react-leaflet": "^4.2.1",
"react-loader-spinner": "^6.1.6",
"react-router-dom": "^6.21.2",
"react-toastify": "^10.0.4"
"react-toastify": "^10.0.4",
"recharts": "^2.15.1"
},
"devDependencies": {
"@types/react": "^18.2.43",