-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
59 lines (59 loc) · 1.34 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": "vue-dash-event",
"version": "1.0.1",
"description": "The library function, implemented in the DOM template, can use the custom event of the ant-design-vue component (camelCase)",
"main": "./lib/index.js",
"module": "./es/index.js",
"scripts": {
"lint": "eslint --fix --ext .jsx,.js,.vue ./src",
"compile": "vc-tools run compile --babel-runtime",
"build": "vc-tools run build",
"dist": "vc-tools run dist",
"prepublish": "npm run lint && npm run dist && npm run compile"
},
"files": [
"es",
"lib",
"dist"
],
"keywords": [
"vue",
"camelCase",
"vue-dash-event"
],
"repository": {
"type": "git",
"url": "git+https://github.com/vueComponent/vue-dash-event.git"
},
"bugs": {
"url": "https://github.com/vueComponent/vue-dash-event/issues"
},
"homepage": "https://github.com/vueComponent/vue-dash-event.git",
"author": "wangxueliang",
"license": "MIT",
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"rules": {},
"parserOptions": {
"parser": "babel-eslint"
}
},
"dependencies": {
"ant-design-vue": "^1.2.1",
"vc-tools": "^1.0.0"
},
"config": {
"entry": {
"index": [
"./src/index.js"
]
}
}
}