mirror of
https://github.com/apache/superset.git
synced 2026-04-22 01:24:43 +00:00
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"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.0.0",
|
|
"maplibre-gl": "^5.23.0",
|
|
"react-map-gl": "^8.0.0",
|
|
"supercluster": "^8.0.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@apache-superset/core": "*",
|
|
"@superset-ui/chart-controls": "*",
|
|
"@superset-ui/core": "*",
|
|
"react": "^17.0.2 || ^19.0.0",
|
|
"react-dom": "^17.0.2 || ^19.0.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|