-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 905 Bytes
/
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
{
"name": "award-plugin-dva",
"scripts": {
"dev": "rm -rf src/lib && tsc -w --sourceMap",
"postinstall": "rm -rf src/lib && tsc",
"build": "rm -rf src/lib && tsc"
},
"dependencies": {
"dva-core": "2.0.1",
"dva-immer": "0.4.18",
"dva-loading": "3.0.19",
"react-redux": "7.1.3",
"redux": "4.0.5"
},
"devDependencies": {
"@types/history": "^4.7.2",
"@types/hoist-non-react-statics": "^3.3.1",
"@types/koa": "^2.0.48",
"@types/node": "^12.0.2",
"@types/ora": "^3.2.0",
"@types/react": "^16.9.1",
"@types/react-helmet": "^5.0.11",
"@types/react-redux": "^7.1.5",
"@types/react-router": "^5.0.1",
"@types/react-router-config": "^1.1.3",
"@types/react-router-dom": "^4.3.3",
"award": "1.0.4",
"award-plugin-dva": "link:./src",
"award-scripts": "1.0.4",
"react": "^16.13.1",
"react-dom": "^16.13.1"
}
}