-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 895 Bytes
/
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
{
"name": "3d-shop",
"version": "1.0.0",
"description": "Demo of interactive multiuser 3D shopping experience",
"scripts": {
"start": "parcel public/index.html -d ./build",
"build": "parcel build public/index.html -d ./build"
},
"dependencies": {
"babel-polyfill": "^6.26.0",
"glsl-lut": "^1.1.1",
"glslify": "^7.0.0",
"lerp": "^1.0.3",
"parcel-plugin-glslify": "^0.1.0",
"react": "16.13.1",
"react-div-100vh": "^0.3.8",
"react-dom": "16.13.1",
"react-scripts": "3.4.1",
"react-spring": "8.0.27",
"react-three-fiber": "4.0.23",
"react-three-gui": "^0.1.5",
"styled-components": "^5.0.1",
"three": "0.115.0"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"node-sass": "^4.13.1",
"parcel-bundler": "1.12.4",
"sass": "^1.26.3"
}
}