-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
44 lines (44 loc) · 1.23 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
{
"name": "vue-router-keep-alive-helper",
"version": "0.1.0",
"description": "Auto destroy keepAlive components when go back",
"main": "dist/index.js",
"module": "dist/helper.esm.js",
"scripts": {
"build": "rollup -c rollup.config.js",
"buildw": "rollup --watch -c rollup.config.js",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Zippowxk/vue-router-keep-alive-helper.git"
},
"keywords": [
"vue.js",
"vue",
"vue-router",
"router",
"keep-alive",
"router-stack",
"router-manager",
"keep-alive-manager",
"stack-router"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Zippowxk/vue-router-keep-alive-helper/issues"
},
"homepage": "https://github.com/Zippowxk/vue-router-keep-alive-helper#readme",
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-transform-runtime": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/preset-typescript": "^7.12.7",
"@rollup/plugin-babel": "^5.3.0",
"all-contributors-cli": "^6.20.0",
"rollup": "^2.36.1",
"rollup-plugin-terser": "^7.0.2"
}
}