vue-maplibre-gl
Version:
Vue 3 plugin for maplibre-gl
82 lines (81 loc) • 1.88 kB
JSON
{
"name": "vue-maplibre-gl",
"version": "5.6.1",
"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.3.3",
"@turf/bbox": "^7.3.3",
"@turf/boolean-point-in-polygon": "^7.3.3",
"@turf/circle": "^7.3.3",
"@turf/clone": "^7.3.3",
"@turf/distance": "^7.3.3",
"@turf/simplify": "^7.3.3"
},
"devDependencies": {
"@mdi/js": "^7.4.47",
"@types/geojson": "^7946.0.16",
"@types/node": "^22.13.1",
"@vitejs/plugin-vue": "^6.0.3",
"@vue/tsconfig": "^0.8.1",
"geojson": "^0.5.0",
"lightningcss": "^1.31.1",
"maplibre-gl": "^5.17.0",
"mitt": "^3.0.1",
"sass": "^1.97.3",
"ts-essentials": "^10.1.1",
"typescript": "~5.9.3",
"vite": "^7.3.1",
"vite-plugin-banner": "^0.8.1",
"vite-plugin-dts": "^4.5.4",
"vue": "^3.5.27",
"vue-tsc": "^3.2.4"
},
"peerDependencies": {
"maplibre-gl": "^5.17.0",
"mitt": "^3.0.1",
"vue": "^3.5.27"
},
"engines": {
"node": ">=20"
},
"packageManager": "yarn@4.12.0"
}