-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
61 lines (61 loc) · 1.47 KB
/
package.json
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
{
"name": "stream-overlay",
"version": "0.0.0",
"description": "",
"source": "src/index.html",
"browserslist": [
"Chrome >= 95"
],
"staticFiles": {
"staticPath": "src/assets",
"staticOutPath": "assets"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "vite",
"build": "vite build",
"preview": "vite preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jbolda/stream-overlay.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/jbolda/stream-overlay/issues"
},
"homepage": "https://github.com/jbolda/stream-overlay#readme",
"volta": {
"node": "20.18.1",
"npm": "10.9.1"
},
"dependencies": {
"@effection/react": "2.2.4",
"@react-spring/three": "^9.7.5",
"@react-three/drei": "^9.117.3",
"@react-three/fiber": "^8.17.10",
"@react-three/rapier": "1.5.0",
"@react-three/uikit": "^0.8.4",
"@theatre/core": "^0.7.2",
"@theatre/r3f": "^0.7.2",
"@theatre/studio": "^0.7.2",
"effection": "^2.0.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.28.0",
"three": "^0.170.0"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@vitejs/plugin-react": "^4.3.4",
"events": "3.3.0",
"rollup-plugin-polyfill-node": "^0.13.0",
"vite": "^4.4.9"
},
"overrides": {
"@effection/react": {
"react": ">=18.2.0"
}
}
}