This repository has been archived by the owner on May 7, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 310
/
package.json
90 lines (90 loc) · 2.69 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
{
"name": "react-latest-framework",
"version": "4.2.0",
"scripts": {
"start": "node scripts/start.js",
"build": "rm -rf build && node scripts/build.js",
"test": "node scripts/test.js --env=jsdom",
"serve": "serve -s build"
},
"dependencies": {
"acorn-dynamic-import": "^4.0.0",
"antd": "^3.10.9",
"axios": "^0.18.0",
"chalk": "2.4.1",
"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",
"mini-css-extract-plugin": "^0.5.0",
"object-assign": "4.1.1",
"precss": "^3.1.2",
"progress-bar-webpack-plugin": "^1.11.0",
"promise": "8.0.1",
"raf": "3.4.1",
"react": "^16.8.6",
"react-dev-utils": "^5.0.1",
"react-dom": "^16.8.6",
"react-fastclick": "^3.0.2",
"react-infinite-scroller": "^1.2.2",
"react-loadable": "^5.5.0",
"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-react-hook": "^3.3.1",
"redux-thunk": "2.3.0",
"resolve": "1.8.1",
"serve": "10.1.1",
"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",
"acorn": "^6.0.5",
"autoprefixer": "9.3.1",
"babel-eslint": "^9.0.0",
"babel-loader": "^8.0.4",
"babel-plugin-import": "^1.11.0",
"case-sensitive-paths-webpack-plugin": "2.1.2",
"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",
"eslint-plugin-react-hooks": "^1.6.0",
"file-loader": "2.0.0",
"less": "^3.8.1",
"less-loader": "^4.1.0",
"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.28.4",
"webpack-dev-server": "^3.3.1",
"webpack-manifest-plugin": "2.0.4"
}
}