-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
53 lines (53 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
53
{
"name": "vue-ele-form-bmap",
"description": "vue-ele-form 的 百度地图组件",
"version": "0.1.1",
"license": "MIT",
"private": false,
"scripts": {
"serve": "vue-cli-service serve",
"lint": "vue-cli-service lint"
},
"repository": {
"type": "git",
"url": "https://github.com/dream2023/vue-ele-form-bmap"
},
"main": "lib/index.js",
"homepage": "https://github.com/dream2023/vue-ele-form-bmap",
"keywords": [
"vue-ele-form",
"baidu map",
"baidumap",
"百度地图",
"vue-baidu-map",
"vue-map",
"vue-bmap"
],
"dependencies": {
"vue-baidu-map": "^0.21.22"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.9.0",
"@vue/cli-plugin-eslint": "^3.9.0",
"@vue/cli-service": "^3.9.0",
"@vue/eslint-config-standard": "^4.0.0",
"babel-eslint": "^10.0.1",
"core-js": "^2.6.5",
"element-ui": "^2.10.1",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"lint-staged": "^8.1.5",
"vue": "^2.6.10",
"vue-ele-form": "^0.1.7",
"vue-template-compiler": "^2.6.10"
},
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"lib/*.{js,vue}": [
"vue-cli-service lint",
"git add"
]
}
}