-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.21 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
{
"name": "antd-demo",
"version": "0.1.0",
"private": true,
"dependencies": {
"nprogress": "^0.2.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-router-dom": "^4.2.2",
"react-scripts": "1.0.17"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"antd": "^3.0.0",
"babel-eslint": "7.2.3",
"babel-plugin-import": "^1.6.2",
"css-loader": "^0.28.8",
"eslint": "4.1.1",
"eslint-config-standard": "^10.2.1",
"eslint-config-standard-jsx": "^4.0.2",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "5.1.1",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-react": "7.1.0",
"eslint-plugin-standard": "^3.0.1",
"history": "^4.7.2",
"html-webpack-plugin": "^2.30.1",
"jsonwebtoken": "^8.1.0",
"less-loader": "^4.0.5",
"react-app-rewire-less": "^2.1.0",
"react-app-rewired": "^1.2.9",
"react-quill": "^1.2.2",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"style-loader": "^0.19.1"
}
}