-
Notifications
You must be signed in to change notification settings - Fork 144
/
package.json
61 lines (61 loc) · 1.52 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
53
54
55
56
57
58
59
60
61
{
"name": "react-activation",
"version": "0.13.0",
"description": "<KeepAlive /> for React like <keep-alive /> in vue",
"main": "index.js",
"scripts": {
"build": "rollup --config",
"format": "prettier --write \"./src/**/*.js\"",
"manual:publish": "npm run build && np --no-cleanup --yolo --no-publish && npm publish"
},
"keywords": [
"multiple tabs",
"React Keep Alive",
"Keep Alive",
"keep-alive",
"KeepAlive",
"activation",
"react cache",
"react tabs cache",
"react router cache",
"vue keep-alive"
],
"sideEffects": false,
"files": [
"lib",
"babel.js",
"index.js",
"index.d.ts",
"package.json",
"README.md"
],
"author": "CJY0208",
"license": "ISC",
"homepage": "https://github.com/CJY0208/react-activation",
"repository": {
"type": "git",
"url": "git+https://github.com/CJY0208/react-activation.git"
},
"peerDependencies": {
"react": ">=16"
},
"dependencies": {
"create-react-context": "^0.3.0",
"hoist-non-react-statics": "^3.3.0",
"react-node-key": "^0.4.0",
"szfe-tools": "^0.0.0-beta.7"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"babel-plugin-import": "^1.13.3",
"np": "^6.2.5",
"prettier": "^2.2.1",
"rollup": "^1.11.3",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-node-resolve": "^4.2.3",
"rollup-plugin-uglify": "^6.0.2"
}
}