superset/superset-frontend/plugins/legacy-plugin-chart-histogram/package.json

45 lines
1.1 KiB
JSON

{
"name": "@superset-ui/legacy-plugin-chart-histogram",
"version": "0.18.25",
"description": "Superset Legacy Chart - Histogram",
"sideEffects": [
"*.css"
],
"main": "lib/index.js",
"module": "esm/index.js",
"files": [
"esm",
"lib"
],
"repository": {
"type": "git",
"url": "https://github.com/apache/superset.git",
"directory": "superset-frontend/packages/legacy-plugin-chart-histogram"
},
"keywords": [
"superset"
],
"author": "Superset",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/apache/superset/issues"
},
"homepage": "https://github.com/apache/superset/tree/master/superset-frontend/plugins/legacy-plugin-chart-histogram#readme",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@data-ui/histogram": "^0.0.84",
"@data-ui/theme": "^0.0.84",
"@vx/legend": "^0.0.199",
"@vx/responsive": "^0.0.199",
"@vx/scale": "^0.0.199",
"prop-types": "^15.8.1"
},
"peerDependencies": {
"@superset-ui/chart-controls": "*",
"@superset-ui/core": "*",
"react": "^15 || ^16"
}
}