-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.38 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.38 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "@alexandernanberg/playground",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite --host --port 3001",
"serve": "vite preview",
"lint": "eslint ."
},
"dependencies": {
"@dimforge/rapier3d": "^0.19.3",
"@dimforge/rapier3d-compat": "^0.19.3",
"@dimforge/rapier3d-simd-compat": "^0.19.3",
"@react-three/drei": "10.7.7",
"@react-three/fiber": "9.5.0",
"@types/react": "^19.2.9",
"@types/three": "^0.182.0",
"@xstate/fsm": "^2.1.0",
"directed": "^0.1.6",
"koota": "^0.6.4",
"r3f-perf": "^7.2.3",
"react": "19.2.3",
"react-dom": "19.2.3",
"seedrandom": "^3.0.5",
"three": "^0.182.0",
"three-stdlib": "^2.36.1",
"tweakpane": "^4.0.5",
"zustand": "^5.0.10"
},
"devDependencies": {
"@tweakpane/core": "^2.0.5",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.2.3",
"@types/seedrandom": "^3.0.8",
"@types/three": "^0.169.0",
"@vitejs/plugin-react": "^5.1.2",
"babel-plugin-react-compiler": "19.0.0-beta-e1e972c-20250221",
"eslint": "^9.39.2",
"eslint-config-alexandernanberg": "^4.0.5",
"prettier": "^3.8.1",
"typescript": "^5.9.3",
"vite": "^7.3.1",
"vite-plugin-wasm": "^3.5.0"
},
"overrides": {
"@types/react": "npm:types-react@rc",
"@types/react-dom": "npm:types-react-dom@rc"
}
}