added DreamVR component for neural network-based VR visualization of chip input dreams, integrated @react-three/fiber and @react-three/drei dependencies, and updated package-lock.json

Signed-off-by: Matthias Puchstein <matthias@puchstein.bayern>
This commit is contained in:
2025-07-17 00:19:41 +02:00
parent c4bf7c8b20
commit afec14c390
5 changed files with 949 additions and 12 deletions

View File

@@ -10,6 +10,8 @@
"preview": "vite preview"
},
"dependencies": {
"@react-three/drei": "^10.5.1",
"@react-three/fiber": "^9.2.0",
"@tailwindcss/vite": "^4.1.11",
"d3": "^7.9.0",
"react": "^19.1.0",
@@ -18,7 +20,8 @@
"react-router-dom": "^7.6.3",
"react-slick": "^0.30.3",
"slick-carousel": "^1.8.1",
"tailwindcss": "^4.1.11"
"tailwindcss": "^4.1.11",
"three": "^0.178.0"
},
"devDependencies": {
"@eslint/js": "^9.29.0",