kinect stuff v1

This commit is contained in:
legop3
2026-06-06 13:10:18 -04:00
parent 46c9b8aa43
commit 4bca6273b4
28 changed files with 6147 additions and 133 deletions
+4 -3
View File
@@ -14,7 +14,8 @@
"react-dom": "^19.2.0",
"react-icons": "^5.5.0",
"react-joystick-component": "^6.2.1",
"react-router-dom": "^7.9.6"
"react-router-dom": "^7.9.6",
"three": "^0.184.0"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
@@ -27,8 +28,8 @@
"eslint-plugin-react-refresh": "^0.4.24",
"globals": "^16.5.0",
"postcss": "^8.5.6",
"socket.io-client": "4.8.3",
"tailwindcss": "^3.4.14",
"vite": "^7.2.2",
"socket.io-client": "4.8.3"
"vite": "^7.2.2"
}
}