improved ground structure

This commit is contained in:
2026-05-10 18:31:46 +02:00
parent 3fd0889ebf
commit 746530ae4c
15 changed files with 1371 additions and 360 deletions
+8 -1
View File
@@ -15,8 +15,14 @@
"@fontsource-variable/inter": "^5.2.8",
"@fontsource/inter": "^5.2.8",
"@mui/joy": "^5.0.0-beta.52",
"@tailwindcss/vite": "^4.3.0",
"i18next": "^26.0.10",
"js-cookie": "^3.0.5",
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0",
"react-i18next": "^17.0.7",
"react-router-dom": "^7.15.0",
"tailwindcss": "^4.3.0"
},
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
@@ -24,6 +30,7 @@
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@types/js-cookie": "^3.0.6",
"@types/node": "^24.12.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",