superset/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-histogram/package.json
2021-11-26 11:46:19 +08:00

47 lines
1.1 KiB
JSON

{
"name": "@superset-ui/legacy-plugin-chart-histogram",
"version": "0.13.21",
"description": "Superset Legacy Chart - Histogram",
"sideEffects": [
"*.css"
],
"main": "lib/index.js",
"module": "esm/index.js",
"files": [
"esm",
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/apache-superset/superset-ui.git"
},
"keywords": [
"superset"
],
"author": "Superset",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/apache-superset/superset-ui/issues"
},
"homepage": "https://github.com/apache-superset/superset-ui#readme",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@data-ui/histogram": "^0.0.84",
"@data-ui/theme": "^0.0.84",
"@vx/legend": "^0.0.196",
"@vx/responsive": "^0.0.196",
"@vx/scale": "^0.0.196",
"prop-types": "^15.6.2"
},
"peerDependencies": {
"@superset-ui/chart": "^0.13.0",
"@superset-ui/color": "^0.13.0",
"@superset-ui/control-utils": "^0.13.12",
"@superset-ui/translation": "^0.13.0",
"@superset-ui/validator": "^0.13.3",
"react": "^15 || ^16"
}
}