superset/superset-frontend/plugins/legacy-plugin-chart-map-box/package.json

44 lines
987 B
JSON
Raw Normal View History

2019-02-13 14:47:32 -05:00
{
"name": "@superset-ui/legacy-plugin-chart-map-box",
2021-11-15 06:19:28 -05:00
"version": "0.18.25",
2019-02-13 14:47:32 -05:00
"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",
2019-04-12 14:33:01 -04:00
"sideEffects": [
"*.css"
],
2019-02-13 14:47:32 -05:00
"main": "lib/index.js",
"module": "esm/index.js",
"files": [
"esm",
"lib"
],
"dependencies": {
"prop-types": "^15.8.1",
"react-map-gl": "^6.1.19",
2019-02-13 14:47:32 -05:00
"supercluster": "^4.1.1",
2019-02-13 15:14:15 -05:00
"viewport-mercator-project": "^6.1.1"
2019-02-13 14:47:32 -05:00
},
"peerDependencies": {
"@superset-ui/chart-controls": "*",
"@superset-ui/core": "*",
"mapbox-gl": "*",
"react": "^15 || ^16"
},
"publishConfig": {
"access": "public"
2019-02-13 14:47:32 -05:00
}
2019-02-13 15:18:40 -05:00
}