forked from imengyu/vue3-context-menu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.65 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "@imengyu/vue3-context-menu",
"version": "1.0.9",
"description": "A context menu component for Vue3",
"main": "lib/vue3-context-menu.umd.min.js",
"files": [
"src",
"lib",
"examples",
"screenshot",
"index.d.ts"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "vue-cli-service build --target lib --name vue3-context-menu --dest lib index.js",
"build-demo": "vue-cli-service build",
"serve": "vue-cli-service serve",
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/imengyu/vue3-context-menu.git"
},
"keywords": [
"vue3",
"vue",
"context",
"menu",
"右键菜单",
"菜单",
"contextmenu"
],
"author": "imengyu",
"license": "MIT",
"bugs": {
"url": "https://github.com/imengyu/vue3-context-menu/issues"
},
"homepage": "https://github.com/imengyu/vue3-context-menu#readme",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"@vue/babel-plugin-jsx": "^1.0.6",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-typescript": "~4.5.0",
"@vue/cli-plugin-unit-mocha": "^4.5.13",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/compiler-sfc": "^3.0.0",
"@vue/eslint-config-typescript": "^7.0.0",
"@vue/test-utils": "^2.0.0-0",
"eslint": "^7.29.0",
"eslint-plugin-vue": "^7.12.1",
"typescript": "^4.3.5",
"vue": "^3.0.0"
}
}