-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
107 lines (107 loc) · 3.19 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"name": "react-latest-framework",
"version": "4.2.0",
"scripts": {
"start": "node scripts/start.js",
"build": "node scripts/build.js",
"analyze": "cross-env ANALYZE=1 npm run build",
"mock": "nodemon mock/MockServer.js --watch mock",
"test": "node scripts/test.js --env=jsdom",
"serve": "serve -s dist"
},
"dependencies": {
"@babel/polyfill": "^7.2.5",
"ant-design-pro": "^2.2.1",
"antd": "^3.12.3",
"axios": "^0.18.0",
"chalk": "2.4.1",
"classnames": "^2.2.6",
"connected-react-router": "^4.4.1",
"dotenv": "6.0.0",
"dotenv-expand": "4.2.0",
"fs-extra": "7.0.0",
"happypack": "^5.0.0",
"history": "^4.7.2",
"html-webpack-plugin": "^4.0.0-alpha",
"http-proxy-middleware": "^0.19.1",
"immutable": "^3.8.2",
"lodash": "^4.17.11",
"moment": "^2.24.0",
"nprogress": "^0.2.0",
"object-assign": "4.1.1",
"path-to-regexp": "^3.0.0",
"precss": "^3.1.2",
"progress-bar-webpack-plugin": "^1.11.0",
"promise": "8.0.1",
"prop-types": "^15.6.2",
"qs": "^6.6.0",
"raf": "3.4.1",
"react": "16.6.3",
"react-dev-utils": "^5.0.1",
"react-dom": "16.6.3",
"react-fastclick": "^3.0.2",
"react-helmet": "^5.2.0",
"react-infinite-scroller": "^1.2.2",
"react-loadable": "^5.5.0",
"react-perfect-scrollbar": "^1.4.4",
"react-redux": "^5.1.1",
"react-router": "4.3.1",
"react-router-dom": "4.3.1",
"redux": "^4.0.1",
"redux-devtools-extension": "^2.13.7",
"redux-immutable": "^4.0.0",
"redux-localstorage": "^0.4.1",
"redux-thunk": "2.3.0",
"resolve": "1.8.1",
"serve": "10.1.1",
"store": "^2.0.12",
"sw-precache-webpack-plugin": "0.11.5",
"whatwg-fetch": "2.0.4"
},
"license": "MIT",
"eslintConfig": {
"extends": "react-app"
},
"devDependencies": {
"@babel/core": "^7.1.6",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-proposal-decorators": "^7.1.6",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.1.0",
"@babel/preset-env": "^7.1.6",
"@babel/preset-react": "^7.0.0",
"@babel/runtime": "^7.1.5",
"autoprefixer": "9.3.1",
"babel-eslint": "^9.0.0",
"babel-loader": "^8.0.4",
"babel-plugin-import": "^1.11.0",
"body-parser": "^1.18.3",
"case-sensitive-paths-webpack-plugin": "2.1.2",
"clean-webpack-plugin": "^1.0.1",
"cross-env": "^5.2.0",
"css-loader": "1.0.1",
"eslint": "4.19.1",
"eslint-config-react-app": "^2.1.0",
"eslint-loader": "^2.1.1",
"eslint-plugin-flowtype": "2.50.0",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-jsx-a11y": "5.0.1",
"eslint-plugin-react": "7.11.1",
"express": "^4.16.4",
"file-loader": "2.0.0",
"less": "^3.8.1",
"less-loader": "^4.1.0",
"mini-css-extract-plugin": "^0.5.0",
"mockjs": "^1.0.1-beta3",
"morgan": "^1.9.1",
"postcss-flexbugs-fixes": "4.1.0",
"postcss-loader": "3.0.0",
"postcss-pxtorem": "^4.0.1",
"style-loader": "0.23.1",
"url-loader": "1.1.2",
"webpack": "4.26.1",
"webpack-bundle-analyzer": "^3.0.4",
"webpack-dev-server": "3.1.10",
"webpack-manifest-plugin": "2.0.4"
}
}