-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.07 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
{
"name": "dva-react-router-3",
"version": "1.3.0-beta.2",
"description": "Official React bindings for dva, with react-router@3.",
"repository": {
"type": "git",
"url": "https://github.com/dvajs/dva"
},
"homepage": "https://github.com/dvajs/dva",
"keywords": [
"dva",
"alibaba",
"react",
"react-native",
"redux",
"redux-saga",
"elm",
"framework",
"frontend"
],
"authors": [
"chencheng <[email protected]> (https://github.com/sorrycc)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/dvajs/dva/issues"
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"dva-core": "^1.5.0-beta.2",
"global": "^4.3.2",
"invariant": "^2.2.2",
"isomorphic-fetch": "^2.2.1",
"react-redux": "5.0.7",
"react-router": "^3.0.5",
"react-router-redux": "^4.0.8",
"redux": "^3.7.2"
},
"peerDependencies": {
"react": "15.x || ^16.0.0-0",
"react-dom": "15.x || ^16.0.0-0"
},
"files": [
"lib",
"src",
"dist",
"fetch.js",
"index.js",
"router.js",
"saga.js"
]
}