-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 723 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 723 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "mujoco-react-example",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --port 3000",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.5.0",
"@sparkjsdev/spark": "^2.1.0",
"leva": "^0.10.1",
"mujoco-react": "^10.9.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"tailwindcss": "^4.0.6",
"three": "^0.184.0"
},
"devDependencies": {
"@tailwindcss/vite": "^4.0.6",
"@types/react": "^19.2.0",
"@types/react-dom": "^19.2.0",
"@types/three": "^0.184.1",
"@vitejs/plugin-react": "^5.0.4",
"typescript": "^5.7.2",
"vite": "^7.1.7"
}
}