-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.85 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.85 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
56
57
58
59
60
61
62
63
64
65
{
"name": "three-react",
"private": true,
"type": "module",
"scripts": {
"build": "npm run lint && react-router build",
"dev": "react-router dev --host",
"start": "react-router-serve ./build/server/index.js",
"typecheck": "react-router typegen && tsc",
"lint": "eslint ."
},
"dependencies": {
"@gsap/react": "^2.1.2",
"@react-router/node": "^7.12.0",
"@react-router/serve": "^7.12.0",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.5.0",
"@react-three/postprocessing": "^3.0.4",
"@react-three/rapier": "^2.2.0",
"@types/three": "^0.182.0",
"@vercel/blob": "^2.0.0",
"@vercel/react-router": "^1.2.4",
"globals": "^17.0.0",
"gsap": "^3.14.2",
"isbot": "^5.1.32",
"leva": "^0.10.1",
"postprocessing": "^6.38.2",
"r3f-perf": "^7.2.3",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-router": "^7.12.0",
"three": "^0.182.0",
"uuid": "^13.0.0",
"zustand": "^5.0.9"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@react-router/dev": "^7.12.0",
"@types/node": "^25.0.6",
"@types/react": "^19.2.8",
"@types/react-dom": "^19.2.3",
"@typescript-eslint/eslint-plugin": "^8.52.0",
"@typescript-eslint/parser": "^8.52.0",
"eslint": "^9.39.2",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.26",
"typescript": "^5.9.3",
"vite": "^7.3.1",
"vite-plugin-devtools-json": "^1.0.0",
"vite-plugin-glsl": "^1.5.5",
"vite-plugin-svgr": "^4.5.0",
"vite-tsconfig-paths": "^6.0.4"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild"
],
"patchedDependencies": {
"@react-three/postprocessing": "patches/@react-three__postprocessing.patch",
"leva": "patches/leva.patch"
}
}
}