vue-maplibre-gl
Version:
Vue 3 plugin for maplibre-gl
82 lines • 1.91 kB
JSON
{
"name": "vue-maplibre-gl",
"version": "5.5.9",
"description": "Vue 3 plugin for maplibre-gl",
"keywords": [
"vue",
"vue3",
"vuejs",
"vue3js",
"component",
"vue-component",
"vue3-component",
"maplibre",
"maplibre-gl",
"map",
"maptiler"
],
"author": {
"name": "Volker Nauruhn",
"email": "mensch.meier@live.de",
"url": "razorness.de"
},
"repository": {
"type": "git",
"url": "https://github.com/razorness/vue-maplibre-gl.git"
},
"license": "MIT",
"type": "module",
"sideEffects": false,
"main": "dist/vue-maplibre-gl.cjs",
"browser": "dist/vue-maplibre-gl.js",
"module": "dist/vue-maplibre-gl.js",
"types": "dist/types/vue-maplibre-gl.d.ts",
"files": [
"dist/**/*",
"src/**/*"
],
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview",
"upgrade": "npx taze major -I"
},
"dependencies": {
"@turf/area": "^7.2.0",
"@turf/bbox": "^7.2.0",
"@turf/boolean-point-in-polygon": "^7.2.0",
"@turf/circle": "^7.2.0",
"@turf/clone": "^7.2.0",
"@turf/distance": "^7.2.0",
"@turf/simplify": "^7.2.0",
"maplibre-gl": "^5.1.1",
"mitt": "^3.0.1",
"vue": "^3.5.13"
},
"devDependencies": {
"@mdi/js": "^7.4.47",
"@types/geojson": "^7946.0.16",
"@types/node": "^22.13.1",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/tsconfig": "^0.7.0",
"geojson": "^0.5.0",
"lightningcss": "^1.29.1",
"modular-maptiler-sdk": "^1.0.16",
"sass": "^1.85.1",
"ts-essentials": "^10.0.4",
"typescript": "~5.8.2",
"vite": "^6.2.0",
"vite-plugin-banner": "^0.8.0",
"vite-plugin-dts": "^4.5.3",
"vue-tsc": "^2.2.8"
},
"peerDependencies": {
"maplibre-gl": "^5.1.0",
"mitt": "^3.0.1",
"vue": "^3.5.13"
},
"engines": {
"node": ">=20"
},
"packageManager": "yarn@4.6.0"
}