1 Star 3 Fork 0

willpengat2h / vue-baidu-map

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 2.81 KB
一键复制 编辑 原始数据 按行查看 历史
Dafrok 提交于 2019-06-24 11:20 . 0.21.22
{
"name": "vue-baidu-map",
"version": "0.21.22",
"description": "Baidu Map Component for Vue 2.0",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"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"
},
"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 <o.o@mug.dog>",
"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.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"
}
}
1
https://gitee.com/willpengat2h/vue-baidu-map.git
git@gitee.com:willpengat2h/vue-baidu-map.git
willpengat2h
vue-baidu-map
vue-baidu-map
master

搜索帮助