| { |
| "name": "@superset-ui/plugin-chart-point-cluster-map", |
| "version": "1.0.0", |
| "description": "Superset Chart Plugin - Point Cluster Map", |
| "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/plugin-chart-point-cluster-map" |
| }, |
| "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", |
| "mapbox-gl": "^3.24.1", |
| "maplibre-gl": "^5.24.0", |
| "react-map-gl": "^8.1.1", |
| "supercluster": "^8.0.1" |
| }, |
| "peerDependencies": { |
| "@apache-superset/core": "*", |
| "@superset-ui/chart-controls": "*", |
| "@superset-ui/core": "*", |
| "react": "^18.3.0", |
| "react-dom": "^18.3.0" |
| }, |
| "publishConfig": { |
| "access": "public" |
| } |
| } |