-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
74 lines (74 loc) · 2.07 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
66
67
68
69
70
71
72
73
74
{
"name": "front-end-react",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ant-design/compatible": "^1.0.4",
"@ant-design/icons": "^4.2.1",
"@craco/craco": "^5.6.4",
"antd": "^4.4.2",
"antd-password-input-strength": "^1.1.0",
"axios": "0.18.1",
"babel-plugin-styled-components": "^1.10.7",
"browserslist": "^4.13.0",
"caniuse-lite": "^1.0.30001102",
"core-js": "^3.6.5",
"craco-antd": "^1.18.1",
"prop-types": "^15.7.2",
"query-string": "6.9.0",
"react": "^16.13.1",
"react-cookie": "^4.0.3",
"react-custom-scrollbars": "4.2.1",
"react-dom": "^16.13.1",
"react-load-script": "0.0.6",
"react-media": "1.9.2",
"react-redux": "7.1.3",
"react-router-dom": "5.2.0",
"react-scripts": "^3.4.1",
"redux": "4.0.4",
"redux-thunk": "2.3.0",
"styled-components": "^4.4.1",
"universal-cookie": "4.0.2"
},
"scripts": {
"start": "nodemon -w craco.config.js -w ./antd.customize.less --exec \"craco start\"",
"build": "craco build",
"test": "react-scripts test",
"coverage": "react-scripts test --coverage",
"eject": "react-scripts eject",
"format": "prettier --config .prettierrc.json --write \"src/**/*.js\"",
"format-test": "prettier --config .prettierrc.json --list-different \"src/**/*.js\"",
"pre-push": "npm run format-test"
},
"husky": {
"hooks": {
"pre-push": "echo '\nThis will be replaced with `npm run pre-push`\n'"
}
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"babel-jest": "^24.8.0",
"babel-plugin-import": "1.13.0",
"classnames": "2.2.6",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"eslint-config-prettier": "6.7.0",
"eslint-plugin-react": "7.20.3",
"husky": "3.1.0",
"less": "3.10.3",
"less-loader": "5.0.0",
"moxios": "^0.4.0",
"nodemon": "^2.0.4",
"prettier": "2.0.5",
"webpack-bundle-analyzer": "^3.8.0",
"webpackbar": "^4.0.0"
}
}