UNPKG

react-map-gl

Version:

React components for MapLibre GL JS and Mapbox GL JS

77 lines (76 loc) 1.65 kB
{ "name": "react-map-gl", "description": "React components for MapLibre GL JS and Mapbox GL JS", "version": "8.0.2", "keywords": [ "mapbox", "maplibre", "mapbox-gl", "maplibre-gl", "react" ], "repository": { "type": "git", "url": "https://github.com/visgl/react-map-gl.git" }, "license": "MIT", "type": "module", "exports": { "./mapbox": { "types": "./dist/mapbox.d.ts", "require": "./dist/mapbox.cjs", "import": "./dist/mapbox.js" }, "./maplibre": { "types": "./dist/maplibre.d.ts", "require": "./dist/maplibre.cjs", "import": "./dist/maplibre.js" }, "./mapbox-legacy": { "types": "./dist/mapbox-legacy/index.d.ts", "require": "./dist/mapbox-legacy/index.cjs", "import": "./dist/mapbox-legacy/index.js" } }, "typesVersions": { "*": { "mapbox": [ "./dist/mapbox.d.ts" ], "maplibre": [ "./dist/maplibre.d.ts" ], "mapbox-legacy": [ "./dist/mapbox-legacy/index.d.ts" ] } }, "files": [ "src", "dist", "README.md" ], "dependencies": { "@vis.gl/react-mapbox": "8.0.2", "@vis.gl/react-maplibre": "8.0.2" }, "devDependencies": { "@types/mapbox-gl": "3.4.0", "mapbox-gl": "1.13.0" }, "peerDependencies": { "mapbox-gl": ">=1.13.0", "maplibre-gl": ">=1.13.0", "react": ">=16.3.0", "react-dom": ">=16.3.0" }, "peerDependenciesMeta": { "mapbox-gl": { "optional": true }, "maplibre-gl": { "optional": true } }, "gitHead": "491b14470afc94226d02f5864af7d2bc12f69c8d" }