-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
57 lines (57 loc) · 1.55 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
{
"name": "metaverse",
"version": "0.1.0",
"description": "Virtual world with immersive 3D audio integration",
"homepage": "https://immersiveaudio.polarzero.xyz/",
"repository": {
"type": "git",
"url": "git+https://github.com/0xpolarzero/metaverse.git"
},
"author": "polarzero",
"license": "MIT",
"bugs": {
"url": "https://github.com/0xpolarzero/metaverse/issues"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"deploy": "craco build && gh-pages -d build"
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
],
"dependencies": {
"@atmokyaudio/websdk": "^0.4.1",
"@atmokyaudio/websdk-dev-tools": "^0.2.0",
"@dimforge/rapier3d-compat": "^0.10.0",
"@react-spring/three": "^9.6.1",
"@react-three/drei": "9.70.4",
"@react-three/fiber": "^8.9.1",
"@react-three/postprocessing": "^2.7.0",
"@react-three/rapier": "^0.11.1",
"chroma-js": "^2.4.2",
"leva": "^0.9.34",
"react": "^18.2.0",
"react-device-detect": "^2.2.2",
"react-dom": "^18.2.0",
"react-icons": "^4.7.1",
"react-joystick-component": "^6.0.0",
"react-scripts": "5.0.1",
"react-three-fpscontrols": "^0.2.0",
"three": "^0.147.0",
"web-vitals": "^2.1.0",
"zustand": "^4.1.5"
},
"devDependencies": {
"@babel/plugin-transform-typescript": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@craco/craco": "^7.0.0",
"gh-pages": "^4.0.0",
"ignore-loader": "^0.1.2",
"r3f-perf": "^6.6.0",
"typescript": "^4.9.4"
}
}