chore: remove unused 3d dependencies in gatekeeper to fix lint

This commit is contained in:
2026-03-02 21:16:49 +01:00
parent a2c1eaefba
commit 2e07b213d1
2 changed files with 2 additions and 484 deletions

View File

@@ -12,14 +12,11 @@
},
"dependencies": {
"@mintel/next-utils": "workspace:*",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.5.0",
"framer-motion": "^11.18.2",
"lucide-react": "^0.474.0",
"next": "16.1.6",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"three": "^0.183.1"
"react-dom": "^19.0.0"
},
"devDependencies": {
"@mintel/eslint-config": "workspace:*",
@@ -29,7 +26,6 @@
"@types/node": "^20.0.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/three": "^0.183.1",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",