-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
56 lines (56 loc) · 1.42 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
{
"name": "mc-paintings",
"descriptions": "A painting resource pack generator for Minecraft",
"version": "1.19.0",
"dependencies": {
"@reach/router": "^1.2.1",
"file-saver": "^2.0.2",
"jszip": "^3.8.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-ga4": "^2.1.0",
"react-image-crop": "^9.0.0",
"react-media": "^2.0.0-rc.1",
"react-scripts": "3.0.1",
"react-select": "^3.0.4",
"serve": "^11.1.0",
"styled-jsx": "3.2.1",
"uuid": "^8.0.0"
},
"scripts": {
"start": "serve -s build",
"dev": "react-app-rewired start",
"build": "react-app-rewired build",
"release": "bump --push --tag --commit"
},
"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"
]
},
"license": "GPL-2.0",
"devDependencies": {
"customize-cra": "^0.4.1",
"husky": "^3.0.2",
"prettier": "^2.0.5",
"pretty-quick": "^1.11.1",
"react-app-rewired": "^2.1.3",
"version-bump-prompt": "^5.0.4"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}