UNPKG

@bye_past/vue-keep

Version:

缓存你的页面组件, 使得可以比手机APP更好的体验效果

61 lines 1.58 kB
{ "name": "@bye_past/vue-keep", "version": "1.2.3", "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" } }