UNPKG

vue3-contextmenu

Version:
67 lines (66 loc) 1.9 kB
{ "name": "vue3-contextmenu", "version": "0.2.12", "private": false, "description": "vue3 contextmenu, vue3 右键菜单", "homepage": "https://hunlongyu.github.io/vue3-contextmenu/", "repository": { "type": "git", "url": "https://github.com/Hunlongyu/vue3-contextmenu.git" }, "bugs": { "url": "https://github.com/Hunlongyu/vue3-contextmenu/issues", "email": "hunlongyu@gmail.com" }, "keywords": [ "vue3", "vue", "typescript", "contextmenu", "右键菜单", "菜单", "context", "menu" ], "author": { "name": "hunlongyu", "email": "hunlongyu@gmail.com", "url": "https://github.com/Hunlongyu" }, "license": "MIT", "main": "./dist/vue3-contextmenu.common.js", "typings": "dist/vue3-contextmenu.d.ts", "types": "dist/vue3-contextmenu.d.ts", "files": [ "dist" ], "scripts": { "serve": "vue-cli-service serve", "build": "vue-cli-service build", "lint": "vue-cli-service lint", "build:lib": "vue-cli-service build --target lib --vue3-contextmenu main ./src/index.ts" }, "dependencies": { "core-js": "^3.6.5", "mitt": "^2.1.0", "vue": "^3.0.0" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^2.33.0", "@typescript-eslint/parser": "^2.33.0", "@vue/cli-plugin-babel": "~4.5.0", "@vue/cli-plugin-eslint": "~4.5.0", "@vue/cli-plugin-typescript": "~4.5.0", "@vue/cli-service": "~4.5.0", "@vue/compiler-sfc": "^3.0.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": "^7.0.0-0", "typescript": "~3.9.3" } }