1 Star 0 Fork 0

Leaflet和GeoServer开源GIS套餐/vue2-leaflet-markercluster

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.27 KB
一键复制 编辑 原始数据 按行查看 历史
Julian Perelli 提交于 2019-10-31 19:58 . Improve example and bump versions
{
"name": "vue2-leaflet-markercluster",
"version": "3.1.0",
"description": "markercluster plugin extension for vue2-leaflet package",
"main": "dist/Vue2LeafletMarkercluster.js",
"scripts": {
"build": "vue build Vue2LeafletMarkercluster.vue --prod --lib --config build.config.js",
"example": "vue build example.vue",
"example-geojson": "vue build example-geojson.vue"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/jperelli/vue2-leaflet-markercluster.git"
},
"keywords": [
"vue2",
"leaflet",
"markercluster"
],
"author": "Julián Perelli (http://jperelli.com.ar/)",
"contributors": [
"Ahmet Özışık (https://github.com/aozisik)",
"Nader Toukabri (https://nader.tech)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/jperelli/vue2-leaflet-markercluster/issues"
},
"homepage": "https://github.com/jperelli/vue2-leaflet-markercluster#readme",
"dependencies": {
"leaflet.markercluster": "^1.4.1"
},
"peerDependencies": {
"leaflet": "^1.3.4"
},
"devDependencies": {
"leaflet": "^1.3.4",
"vue": "^2.5.17",
"vue2-leaflet": "^2.0.0",
"babel-preset-env": "^1.6.0",
"vue-cli": "~2.8.2",
"webpack": "^3.12.0",
"webpack-node-externals": "^1.5.4"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/leaflet-unofficial-plugins/vue2-leaflet-markercluster.git
git@gitee.com:leaflet-unofficial-plugins/vue2-leaflet-markercluster.git
leaflet-unofficial-plugins
vue2-leaflet-markercluster
vue2-leaflet-markercluster
master

搜索帮助