@mapka/react-maplibre-map
Version:
MapLibre react web component
43 lines (42 loc) • 907 B
JSON
{
"name": "@mapka/react-maplibre-map",
"version": "0.10.0",
"type": "module",
"description": "MapLibre react web component",
"sideEffects": false,
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/mapka-dev/web-components.git"
},
"exports": {
".": "./lib/index.js"
},
"keywords": [
"map",
"maplibre",
"react",
"component"
],
"author": "chyzwar",
"license": "Apache-2.0",
"dependencies": {
"@mapka/react-map-shared": "^0.10.0",
"@maplibre/maplibre-gl-style-spec": "^23.1.0",
"es-toolkit": "^1.32.0",
"maplibre-gl": "^5.1.0"
},
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0"
},
"files": [
"src/",
"lib/",
"!**/__tests__/",
"!lib/buildInfo.json"
],
"gitHead": "57628cba95967375d4044794d07f74abb68671d0"
}