forked from react-native-community/upgrade-helper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.31 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
{
"name": "upgrade-helper",
"version": "0.1.0",
"homepage": "https://react-native-community.github.io/upgrade-helper",
"license": "MIT",
"dependencies": {
"@testing-library/react": "^8.0.2",
"antd": "^3.19.1",
"markdown-to-jsx": "^6.10.2",
"query-string": "^6.7.0",
"react": "^16.8.0",
"react-content-loader": "^4.2.2",
"react-diff-view": "^2.1.3",
"react-dom": "^16.8.0",
"react-dom-confetti": "^0.1.1",
"react-ga": "^2.5.7",
"react-github-btn": "^1.0.0",
"react-scripts": "3.0.1",
"semver": "^6.0.0",
"styled-components": "^4.2.0"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-plugin-prettier": "^3.1.0",
"gh-pages": "^2.0.0",
"husky": "^3.0.1",
"prettier": "^1.18.2",
"pretty-quick": "^1.11.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"lint": "eslint . --cache --report-unused-disable-directives"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged --pattern \"src/**/*.*(js|jsx)\""
}
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}