feat: 3d ofis sahnesi ve ekip karakterlerini ekle

This commit is contained in:
2026-03-19 03:49:50 +03:00
parent 4d6abff5c4
commit db477c7d5f
27 changed files with 2497 additions and 18 deletions

View File

@@ -11,11 +11,14 @@
"start": "NODE_ENV=production node server/index.js"
},
"dependencies": {
"@react-three/drei": "^9.122.0",
"@react-three/fiber": "^8.17.10",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"node-pty": "^1.0.0",
"socket.io": "^4.8.1",
"strip-ansi": "^7.1.0"
"strip-ansi": "^7.1.0",
"three": "^0.161.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.3.4",