-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
60 lines (60 loc) · 1.43 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
{
"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": "18.17.1",
"npm": "9.8.1"
},
"dependencies": {
"@effection/react": "2.2.0",
"@react-spring/three": "^9.7.3",
"@react-three/drei": "^9.85.2",
"@react-three/fiber": "^8.14.3",
"@react-three/rapier": "1.1.1",
"@theatre/core": "^0.7.0",
"@theatre/r3f": "^0.7.0",
"@theatre/studio": "^0.7.0",
"effection": "^2.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.16.0",
"three": "^0.156.1"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@vitejs/plugin-react": "^4.1.0",
"events": "3.3.0",
"rollup-plugin-polyfill-node": "^0.12.0",
"vite": "^4.4.9"
},
"overrides": {
"@effection/react": {
"react": ">=18.2.0"
}
}
}