-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 1.1 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
{
"name": "@kiyoaki_w/vue-context",
"version": "1.0.3",
"description": "A customizable context menu component built for Vue2, supporting fontawesome icons, auto right/bottom boundary detection.",
"main": "dist/ki-context.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Kiyoaki-w/Ki-vue-context.git"
},
"keywords": [
"vue",
"context",
"menu",
"icon",
"customize"
],
"author": "wyp",
"license": "ISC",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.19",
"@fortawesome/free-solid-svg-icons": "^5.9.0",
"@fortawesome/vue-fontawesome": "^0.1.6",
"core-js": "^2.6.5",
"vue": "^2.6.10"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.9.0",
"@vue/cli-plugin-eslint": "^3.9.0",
"@vue/cli-service": "^3.9.0",
"babel-eslint": "^10.0.1",
"vue-template-compiler": "^2.6.10"
},
"bugs": {
"url": "https://github.com/Kiyoaki-w/Ki-vue-context/issues"
},
"homepage": "https://github.com/Kiyoaki-w/Ki-vue-context#readme"
}