vue-hot-key
Version:
A Vue.js hot key plugin
72 lines (71 loc) • 1.8 kB
JSON
{
"name": "vue-hot-key",
"version": "0.1.2",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --target lib --name vue-hot-key ./src/index.ts",
"lint": "vue-cli-service lint"
},
"description": "A Vue.js hot key plugin",
"author": "jinghaoo <jingh1024@163.com>",
"main": "dist/vue-hot-key.umd.min.js",
"keywords": [
"hot key",
"vue-hot-key",
"快捷键",
"vue"
],
"repository": {
"type": "git",
"url": "git@github.com:jinghaoo/vue-hot-key.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/jinghaoo/vue-hot-key/issues"
},
"dependencies": {
"core-js": "^3.6.4",
"vue": "^2.6.11",
"vue-class-component": "^7.2.3",
"vue-hot-key": "^0.1.1",
"vue-property-decorator": "^8.4.1"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.26.0",
"@typescript-eslint/parser": "^2.26.0",
"@vue/cli-plugin-babel": "^4.3.0",
"@vue/cli-plugin-eslint": "^4.3.0",
"@vue/cli-plugin-typescript": "^4.3.0",
"@vue/cli-service": "^4.3.0",
"@vue/eslint-config-standard": "^5.1.2",
"@vue/eslint-config-typescript": "^5.0.2",
"eslint": "^6.7.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^6.2.2",
"typescript": "~3.8.3",
"vue-template-compiler": "^2.6.11"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"@vue/standard",
"@vue/typescript/recommended"
],
"parserOptions": {
"ecmaVersion": 2020
},
"rules": {}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}