-
Notifications
You must be signed in to change notification settings - Fork 508
/
package.json
81 lines (81 loc) · 2.09 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
75
76
77
78
79
80
81
{
"name": "react_antd_admin_template",
"version": "1.0.0",
"author": "NLRX <414961362@qq.com>",
"license": "MIT",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"@toast-ui/react-editor": "^2.1.0",
"antd": "^3.17.0",
"axios": "^0.19.2",
"clipboard": "^2.0.6",
"draft-js": "^0.11.5",
"draftjs-to-html": "^0.9.1",
"draftjs-to-markdown": "^0.6.0",
"driver.js": "^0.9.8",
"echarts": "^4.7.0",
"file-saver": "^2.0.2",
"js-cookie": "^2.2.1",
"jszip": "^3.4.0",
"less": "^3.9.0",
"less-loader": "^5.0.0",
"nprogress": "^0.2.0",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-beautiful-dnd": "^13.0.0",
"react-countup": "^4.3.3",
"react-custom-scrollbars": "^4.2.1",
"react-document-title": "^2.0.3",
"react-dom": "^16.13.1",
"react-draft-wysiwyg": "^1.14.5",
"react-loadable": "^5.5.0",
"react-redux": "^7.2.0",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.1",
"react-transition-group": "^4.4.1",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"screenfull": "^5.0.2",
"script-loader": "^0.7.2",
"xlsx": "^0.16.0"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired --max-old-space-size=4096 build ",
"test": "react-app-rewired test",
"eject": "react-scripts eject",
"commit": "git cz"
},
"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": {
"user-agent": "^1.0.4",
"babel-plugin-import": "^1.13.0",
"commitizen": "^4.0.3",
"customize-cra": "^0.9.1",
"cz-conventional-changelog": "^3.0.2",
"mockjs": "^1.1.0",
"react-app-rewired": "^2.1.5"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}