-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
61 lines (61 loc) · 1.54 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": "@bye_past/vue-keep",
"version": "1.2.1",
"description": "缓存你的页面组件, 使得可以比手机APP更好的体验效果",
"main": "dist/vue-keep.cjs.js",
"pkg": "dist/vue-keep.global.js",
"module": "dist/vue-keep.esm.js",
"types": "types/index.d.ts",
"scripts": {
"dev": "rollup -cw",
"dev2x": "sh scripts/vue2xDev.sh",
"dev3x": "sh scripts/vue3xDev.sh",
"docs": "sh scripts/docsDev.sh",
"build:example": "sh scripts/buildExample.sh",
"commit": "npx cz"
},
"homepage": "https://byepasthub.github.io/vue-keep/zh",
"repository": {
"type": "git",
"url": "https://github.com/ByePastHub/vue-keep.git"
},
"keywords": [
"keep",
"vue-keep",
"keep-router-view",
"keepAlive",
"keep-alive",
"vue2.x",
"vue3.x"
],
"files": [
"dist",
"types",
"src"
],
"author": "ByePast",
"license": "MIT",
"config": {
"commitizen": {
"path": "node_modules/cz-git"
}
},
"devDependencies": {
"@babel/core": "^7.16.5",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.4",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.0.6",
"commitizen": "^4.2.4",
"cz-git": "^1.3.8",
"husky": "^7.0.4",
"rollup": "^2.61.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-eslint": "^7.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-terser": "^7.0.2",
"vue-router": "^4.1.2"
}
}