diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/package.json b/package.json index 2620335..3c4945c 100644 --- a/package.json +++ b/package.json @@ -11,8 +11,13 @@ "start-api": "cd api && venv/bin/flask run --no-debugger" }, "dependencies": { + "@react-three/drei": "^9.121.4", + "@react-three/fiber": "^9.0.0-rc.7", + "@types/three": "^0.173.0", "react": "^19.0.0", - "react-dom": "^19.0.0" + "react-dom": "^19.0.0", + "sass": "^1.84.0", + "three": "^0.173.0" }, "devDependencies": { "@eslint/js": "^9.19.0", |