-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
executable file
·42 lines (42 loc) · 1.17 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
{
"name": "death-stranding-playground",
"version": "1.0.0",
"description": "",
"keywords": [],
"main": "src/index.js",
"dependencies": {
"@react-spring/three": "9.0.0-rc.3",
"@react-spring/web": "9.0.0-rc.3",
"@react-three/a11y": "0.5.0",
"@react-three/drei": "3.11.2",
"autoprefixer": "10.2.4",
"classnames": "2.2.6",
"component-material": "1.0.6",
"postprocessing": "6.20.3",
"r3f-perf": "^0.83.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-postprocessing": "1.4.0",
"react-scripts": "4.0.1",
"react-three-fiber": "5.3.18",
"three": "0.123.0",
"twind": "0.15.6",
"use-sound": "2.0.1",
"valtio": "0.8.2"
},
"devDependencies": {},
"scripts": {
"react-spring-issue-1078": "find node_modules -path \\*@react-spring/\\*/package.json -exec sed -i.bak 's/\"sideEffects\": false/\"sideEffects\": true/g' {} +",
"postinstall": "npm run react-spring-issue-1078",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}