-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.14 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.14 KB
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
{
"name": "examples",
"version": "0.1.0",
"private": true,
"dependencies": {
"@react-spring/web": "9.0.0-rc.3",
"drei": "1.5.2",
"lerp": "^1.0.3",
"postprocessing": "6.17.2",
"react": "^0.0.0-experimental-94c0244ba",
"react-dom": "^0.0.0-experimental-94c0244ba",
"react-postprocessing": "1.2.0",
"react-scripts": "3.4.3",
"react-three-fiber": "5.0.0-beta.12",
"three": "0.120.1",
"troika-three-text": "https://github.com/jmatsushita/troika-three-text",
"zustand": "3.1.0"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"customize-cra": "^1.0.0",
"customize-cra-react-refresh": "^1.1.0",
"react-app-rewired": "^2.1.6",
"webpack-bundle-analyzer": "^3.8.0"
}
}