Remove unused frontend deps, move @types to devDependencies

This commit is contained in:
Viktor Barzin 2026-02-21 19:50:54 +00:00
parent a122a7983a
commit 231552c5e0
No known key found for this signature in database
GPG key ID: 0EB088298288D958
2 changed files with 39 additions and 61 deletions

View file

@ -31,19 +31,12 @@
"@radix-ui/react-tooltip": "^1.2.7",
"@react-spring/web": "^10.0.3",
"@simplewebauthn/browser": "^10.0.0",
"@tabler/icons-react": "^3.34.0",
"@tailwindcss/vite": "^4.1.10",
"@types/crossfilter": "^0.0.38",
"@types/d3": "^7.4.3",
"@types/mapbox-gl": "^3.4.1",
"@types/turf": "^3.5.32",
"@use-gesture/react": "^10.3.1",
"chrono-node": "^2.8.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"crossfilter2": "^1.5.4",
"d3": "^7.9.0",
"date-fns": "^4.1.0",
"embla-carousel-react": "^8.6.0",
"lucide-react": "^0.515.0",
"mapbox-gl": "^3.12.0",
@ -64,9 +57,12 @@
"@testing-library/jest-dom": "^6.6.0",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.0",
"@types/d3": "^7.4.3",
"@types/mapbox-gl": "^3.4.1",
"@types/node": "^24.0.1",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@types/turf": "^3.5.32",
"@vitejs/plugin-react-swc": "^3.9.0",
"eslint": "^9.25.0",
"eslint-plugin-react-hooks": "^5.2.0",