This commit is contained in:
2026-06-07 21:44:49 +02:00
parent 3dd9620cca
commit 6542504a4b
14 changed files with 585 additions and 139 deletions
+6 -1
View File
@@ -24,18 +24,23 @@
"ag-grid-react": "^35.3.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"d3-geo": "^3.1.1",
"leaflet": "^1.9.4",
"lucide-react": "^1.16.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwind-merge": "^3.6.0"
"tailwind-merge": "^3.6.0",
"topojson-client": "^3.1.0",
"world-atlas": "^2.0.2"
},
"devDependencies": {
"@tailwindcss/vite": "^4.3.0",
"@types/d3-geo": "^3.1.0",
"@types/leaflet": "^1.9.21",
"@types/node": "^25.9.1",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@types/topojson-client": "^3.1.5",
"@vitejs/plugin-react": "^4.7.0",
"tailwindcss": "^4.3.0",
"tw-animate-css": "^1.4.0",