-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathpackage.json
52 lines (52 loc) · 1.21 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
{
"name": "vue-file-toolbar-menu",
"version": "2.2.0",
"description": "UI file/toolbar menus for Vue apps",
"author": {
"name": "Romain Lamothe",
"url": "http://www.motla.fr/"
},
"license": "MIT",
"keywords": [
"vue",
"vuejs",
"menu",
"bar",
"toolbar",
"file",
"document",
"text",
"application",
"dropdown"
],
"repository": {
"type": "git",
"url": "git+https://github.com/motla/vue-file-toolbar-menu.git"
},
"bugs": {
"url": "https://github.com/motla/vue-file-toolbar-menu/issues"
},
"homepage": "https://github.com/motla/vue-file-toolbar-menu",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --dest docs && vue-cli-service build --target lib --name VueFileToolbarMenu src/Bar/Bar.vue",
"version": "npm run build && git add -A"
},
"main": "src/Bar/Bar.vue",
"dependencies": {
"@ckpack/vue-color": "^1.2.4",
"hotkeys-js": "^3.10.0",
"material-icons": "^1.12.0",
"node-emoji": "^1.11.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"vue": "^3.2.41"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}