add minimal working version where we fetch data and visualize it corectly

This commit is contained in:
Viktor Barzin 2025-06-15 12:48:52 +00:00
parent b995bc2286
commit 4c7fe8927b
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
8 changed files with 1110 additions and 293 deletions

View file

@ -15,10 +15,13 @@
"@types/d3": "^7.4.3",
"@types/mapbox-gl": "^3.4.1",
"@types/turf": "^3.5.32",
"d3": "^7.9.0",
"mapbox-gl": "^3.12.0",
"oidc-client-ts": "^3.2.1",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-oidc-context": "^3.3.0",
"rivets": "^0.9.6",
"tailwindcss": "^4.1.10"
},
"devDependencies": {
@ -26,6 +29,7 @@
"@types/node": "^24.0.1",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@types/rivets": "^0.9.5",
"@vitejs/plugin-react-swc": "^3.9.0",
"eslint": "^9.25.0",
"eslint-plugin-react-hooks": "^5.2.0",