-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.01 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
{
"name": "@jerexyz/umi-plugin-rematch",
"version": "0.2.0",
"main": "./lib/index.js",
"dependencies": {
"@rematch/core": "^1.1.0",
"@rematch/immer": "^1.1.0",
"@rematch/loading": "^0.5.1",
"globby": "7.1.1",
"lodash.uniq": "4.5.0",
"object-assign": "4.1.1",
"path-is-root": "0.1.0",
"react-router-redux": "^5.0.0-alpha.9",
"umi-utils": "1.3.1"
},
"scripts": {
"test": "umi-tools test",
"build": "umi-tools build"
},
"repository": {
"type": "git",
"url": "https://github.com/jerexyz/umi-plugin-rematch/tree/master"
},
"homepage": "https://github.com/jerexyz/umi-plugin-rematch/tree/master",
"authors": [
"xyzjere <[email protected]> (https://github.com/jerexyz)"
],
"bugs": {
"url": "https://github.com/jerexyz/umi-plugin-rematch/issues"
},
"license": "MIT",
"files": [
"lib",
"src",
"template"
],
"umiTools": {
"browserFiles": [
"src/runtime.js"
]
},
"devDependencies": {
"umi-tools": "^0.4.0"
}
}