forked from GoodLuckAlien/React-Advanced-Guide-Pro
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.54 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.54 KB
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
{
"name": "react-keepalive-router-demo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "rux start",
"build": "rux build"
},
"author": "zhaolin",
"license": "ISC",
"dependencies": {
"@ant-design/icons": "^4.6.2",
"@babel/plugin-syntax-class-properties": "^7.12.1",
"@types/react": "^16.9.25",
"@vue/reactivity": "^3.0.7",
"antd": "^4.16.3",
"hoist-non-react-statics": "^3.3.2",
"mobx": "^6.3.2",
"mobx-react": "^7.2.0",
"proptypes": "^1.1.0",
"rc-select": "^13.0.0-alpha.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-keepalive-router": "^1.1.3",
"react-router": "^5.1.2",
"react-router-config": "^5.1.1",
"react-router-dom": "^5.2.0",
"react-tiny-virtual-list": "^2.2.0",
"ruxjs": "0.0.2"
},
"devDependencies": {
"@babel/core": "^7.5.4",
"@babel/plugin-transform-runtime": "^7.5.0",
"@babel/preset-env": "^7.5.4",
"@babel/preset-react": "^7.0.0",
"@types/webpack-env": "^1.15.1",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.0.6",
"babel-plugin-import": "^1.13.0",
"css-hot-loader": "^1.4.4",
"css-loader": "^3.0.0",
"eslint": "^6.8.0",
"eslint-plugin-react": "^7.19.0",
"file-loader": "^6.0.0",
"happypack": "^5.0.1",
"node-sass": "^4.13.1",
"postcss-loader": "^3.0.0",
"rux-react-webpack-plugin": "^1.0.3",
"sass-loader": "^7.3.1",
"style-loader": "^0.23.1",
"ts-loader": "^4.5.0",
"typescript": "^3.9.3",
"url-loader": "^4.0.0"
}
}