vue-with-keep-alive
Version:
with keep-alive component
54 lines (53 loc) • 1.28 kB
JSON
{
"name": "vue-with-keep-alive",
"version": "2.4.0",
"description": "with keep-alive component",
"main": "dist/vue-with-keep-alive.cjs.js",
"module": "dist/vue-with-keep-alive.esm.js",
"types": "types/index.d.ts",
"scripts": {
"dev": "rollup -cw"
},
"repository": {
"type": "git",
"url": "https://github.com/ByePastHub/vue-with-keep-alive.git"
},
"config": {
"commitizen": {
"path": "node_modules/cz-git"
}
},
"keywords": [
"vue",
"vue2.x",
"vue3.x",
"keep",
"keepAlive",
"keep-alive",
"with-keep-alive"
],
"files": [
"dist",
"types",
"src"
],
"author": "ByePast",
"license": "MIT",
"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",
"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",
"rollup-plugin-vue": "^6.0.0",
"rollup-plugin-vue2": "^0.8.1",
"@vue/compiler-sfc": "^3.2.26"
}
}