{ "name": "@superset-ui/legacy-plugin-chart-histogram", "version": "0.11.5", "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-plugins.git" }, "keywords": [ "superset" ], "author": "Superset", "license": "Apache-2.0", "bugs": { "url": "https://github.com/apache-superset/superset-ui-plugins/issues" }, "homepage": "https://github.com/apache-superset/superset-ui-plugins#readme", "publishConfig": { "access": "public" }, "dependencies": { "@data-ui/histogram": "^0.0.82", "@data-ui/theme": "^0.0.81", "@vx/legend": "^0.0.192", "@vx/responsive": "^0.0.192", "@vx/scale": "^0.0.192", "prop-types": "^15.6.2" }, "peerDependencies": { "@superset-ui/chart": "^0.12.0", "@superset-ui/color": "^0.12.0", "@superset-ui/translation": "^0.12.0", "react": "^15 || ^16" } }