| 12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- {
- "name": "@superset-ui/legacy-plugin-chart-map-box",
- "version": "0.20.3",
- "description": "Superset Legacy Chart - MapBox",
- "keywords": [
- "superset"
- ],
- "homepage": "https://superset.apache.org/",
- "bugs": {
- "url": "https://github.com/apache/superset/issues"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/apache/superset.git",
- "directory": "superset-frontend/plugins/legacy-plugin-chart-map-box"
- },
- "license": "Apache-2.0",
- "author": "Superset",
- "sideEffects": [
- "*.css"
- ],
- "main": "lib/index.js",
- "module": "esm/index.js",
- "files": [
- "esm",
- "lib"
- ],
- "dependencies": {
- "@math.gl/web-mercator": "^4.1.0",
- "prop-types": "^15.8.1",
- "react-map-gl": "^6.1.19",
- "supercluster": "^8.0.1"
- },
- "peerDependencies": {
- "@superset-ui/chart-controls": "*",
- "@superset-ui/core": "*",
- "mapbox-gl": "*",
- "react": "^17.0.2"
- },
- "publishConfig": {
- "access": "public"
- }
- }
|