UNPKG

@mapka/react-maplibre-map

Version:
53 lines (52 loc) 1.12 kB
{ "name": "@mapka/react-maplibre-map", "version": "0.16.3", "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" }, "scripts": { "build": "tsc --build", "build:watch": "tsc --watch --build" }, "keywords": [ "map", "maplibre", "react", "component" ], "author": "chyzwar", "license": "Apache-2.0", "dependencies": { "@mapka/react-map-shared": "^0.16.3", "@maplibre/maplibre-gl-style-spec": "^24.8.1", "es-toolkit": "^1.45.1", "maplibre-gl": "^5.23.0" }, "devDependencies": { "@chyzwar/tsconfig": "^0.4.0", "react": "^19.2.5", "react-dom": "^19.2.5", "typescript": "^6.0.2" }, "peerDependencies": { "react": "^19.0.0", "react-dom": "^19.0.0" }, "files": [ "src/", "lib/", "!**/__tests__/", "!lib/buildInfo.json" ], "gitHead": "977c84c29db55e57217fef56be746b2a0ff29aa8" }