-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·55 lines (55 loc) · 1.42 KB
/
package.json
File metadata and controls
executable file
·55 lines (55 loc) · 1.42 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
52
53
54
55
{
"name": "world",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@react-three/drei": "^9.114.0",
"@react-three/fiber": "^8.17.8",
"@react-three/rapier": "^1.4.0",
"@types/three": "^0.169.0",
"clsx": "^2.1.1",
"leva": "^0.9.35",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"three": "^0.172.0",
"three-custom-shader-material": "^6.2.1",
"three-stdlib": "^2.35.2",
"zustand": "^5.0.0"
},
"devDependencies": {
"@eslint/js": "^9.9.0",
"@react-three/eslint-plugin": "^0.1.1",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.10.2",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.12",
"fs-extra": "^11.2.0",
"globals": "^15.12.0",
"prettier": "^3.3.3",
"prettier-eslint": "^16.3.0",
"sass-embedded": "^1.83.0",
"typescript": "~5.6.2",
"typescript-eslint": "^8.18.2",
"vite": "^5.4.1",
"vite-plugin-glsl": "^1.3.1"
},
"overrides": {
"leva": {
"@radix-ui/react-portal": "1.0.2"
}
}
}