forked from Dafrok/vue-baidu-map
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
99 lines (99 loc) · 2.94 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "vue-baidu-map-plus",
"version": "0.6.9",
"description": "Baidu Map GL Component for Vue 2.0",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"start": "npm run dev",
"build:docs": "webpack -p --config ./build/webpack.docs.config.js",
"build": "webpack -p --config ./build/webpack.prod.config.js",
"dev": "webpack-dev-server --content-base docs --config ./build/webpack.docs.config.js --hot --inline",
"deploy": "npm run build && npm run build:docs",
"test": "karma start",
"lint": "eslint --ext .js,.vue src docs build",
"prepublishOnly": "npm run build",
"yalc": "npm run build && yalc publish"
},
"types": "types/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/ronliruonan/vue-baidu-mapgl.git"
},
"keywords": [
"vue",
"baidu-map",
"bmap",
"vue-baidu-map",
"baidu",
"map"
],
"author": "Dafrok <o.o@mug.dog>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ronliruonan/vue-baidu-mapgl/issues"
},
"homepage": "https://github.com/ronliruonan/vue-baidu-mapgl#readme",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^6.2.10",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-module-alias": "^1.6.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-es2015-modules-umd": "^6.24.0",
"babel-preset-es2015": "^6.18.0",
"bmaplib.distancetool": "^1.0.2",
"bulma": "^0.3.0",
"chai": "^4.0.2",
"css-loader": "^0.26.1",
"eslint": "^3.19.0",
"eslint-config-standard": "^10.2.1",
"eslint-loader": "^1.7.1",
"eslint-plugin-html": "^2.0.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-node": "^4.2.2",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"file-loader": "^0.10.0",
"github-markdown-css": "^2.4.1",
"html-webpack-plugin": "^2.26.0",
"inline-manifest-webpack-plugin": "^3.0.1",
"karma": "^1.7.0",
"karma-chrome-launcher": "^2.1.1",
"karma-coverage": "^1.1.1",
"karma-mocha": "^1.3.0",
"karma-webpack": "^2.0.3",
"material-design-icons": "^3.0.1",
"mocha": "^3.4.2",
"prismjs": "^1.6.0",
"pug": "^2.0.0-beta6",
"requirejs": "^2.3.3",
"rmdir": "^1.2.0",
"roboto-fontface": "^0.7.0",
"style-loader": "^0.13.1",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"url-loader": "^0.5.7",
"vue": "^2.4.3",
"vue-loader": "^10.0.2",
"vue-markdown-loader": "^0.6.2",
"vue-material": "^0.7.4",
"vue-router": "^2.7.0",
"vue-template-compiler": "^2.1.8",
"webpack": "^2.4.1",
"webpack-dev-server": "^2.4.4"
},
"peerDependencies": {
"vue": "^2.1.8"
},
"dependencies": {
"bmaplib.curveline": "^1.0.0",
"bmaplib.heatmap": "^1.0.4",
"bmaplib.lushu": "^1.0.7",
"bmaplib.markerclusterer": "^1.0.13",
"markdown-it": "^8.4.0"
}
}