forked from Dafrok/vue-baidu-map
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.74 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
{
"name": "vue-baidu-map",
"version": "0.0.9",
"description": "Baidu Map Component for Vue 2.0",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"build:docs": "webpack --config ./build/webpack.docs.config.js",
"build": "webpack --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"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Dafrok/vue-baidu-map.git"
},
"keywords": [
"vue",
"baidu-map",
"bmap",
"vue-baidu-map",
"baidu",
"map"
],
"author": "Dafrok <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Dafrok/vue-baidu-map/issues"
},
"homepage": "https://github.com/Dafrok/vue-baidu-map#readme",
"devDependencies": {
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.18.0",
"bulma": "^0.3.0",
"css-loader": "^0.26.1",
"file-loader": "^0.10.0",
"font-awesome": "^4.7.0",
"github-markdown-css": "^2.4.1",
"highlight.js": "^9.9.0",
"html-webpack-plugin": "^2.26.0",
"markdown-loader": "^0.1.7",
"material-design-icons": "^3.0.1",
"material-design-lite": "^1.3.0",
"node-sass": "^4.2.0",
"pug": "^2.0.0-beta6",
"roboto-fontface": "^0.7.0",
"sass-loader": "^4.1.1",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"vue": "^2.1.8",
"vue-loader": "^10.0.2",
"vue-markdown-loader": "^0.6.2",
"vue-router": "^2.1.1",
"vue-template-compiler": "^2.1.8",
"webpack": "^1.14.0",
"webpack-dev-server": "^1.16.2"
},
"peerDependencies": {
"vue": "^2.1.8"
}
}