-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
65 lines (65 loc) · 1.48 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
61
62
63
64
65
{
"name": "r3f-starter",
"version": "0.1.0",
"private": true,
"dependencies": {
"@babel/core": "^7.12.10",
"@craco/craco": "^6.1.0",
"@react-spring/three": "^9.0.0-rc.3",
"@react-three/drei": "^3.1.0",
"babel-plugin-glsl": "^1.0.0",
"craco-glslify-loader": "^1.0.2",
"glsl-easings": "^1.0.0",
"glsl-noise": "^0.0.0",
"merge-refs": "^1.0.0",
"ombra": "^0.2.0",
"postprocessing": "^6.20.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-postprocessing": "^1.4.0",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.1",
"react-three-fiber": "5.3.18",
"react-use-gesture": "^9.0.0",
"styled-components": "^5.2.1",
"three": "^0.125.2",
"tweakpane": "^1.5.8",
"use-capture": "^0.4.0",
"use-tweaks": "^0.3.1"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"eject": "craco 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"
]
},
"prettier": {
"tabWidth": 2
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged --pattern \"**/*.*(js)\""
}
},
"devDependencies": {
"husky": "^4.3.8",
"prettier": "^2.2.1",
"pretty-quick": "^3.1.0"
}
}