forked from alitajs/umi-plugin-keep-alive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 850 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
34
35
36
37
38
39
40
41
42
{
"name": "umi-plugin-keep-alive",
"version": "0.0.1-beta.34",
"description": "<KeepAlive> for umi base on react-activation",
"authors": [
"xiaohuoi <[email protected]>",
"CJY <[email protected]>"
],
"repository": "alitajs/umi-plugin-keep-alive",
"peerDependencies": {
"umi": "3.x || 4.x"
},
"main": "lib/index.js",
"scripts": {
"build": "father-build"
},
"keywords": [
"React Keep Alive",
"Keep Alive",
"keep-alive",
"KeepAlive",
"react-activation",
"activation",
"react cache",
"umi keep alive",
"umijs",
"cache"
],
"devDependencies": {
"father-build": "^1.8.0"
},
"files": [
"lib",
"src"
],
"license": "MIT",
"dependencies": {
"react-activation": "^0.11.2",
"react-router-config": "^5.1.1",
"@umijs/renderer-react": "^3.2.9"
}
}