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

45 lines
1.1 KiB
JSON
Raw Normal View History

2019-01-29 20:51:48 -05:00
{
"name": "@superset-ui/legacy-plugin-chart-histogram",
2019-11-19 19:18:25 -05:00
"version": "0.11.8",
2019-01-29 20:51:48 -05:00
"description": "Superset Legacy Chart - Histogram",
2019-04-12 14:33:01 -04:00
"sideEffects": [
"*.css"
],
2019-01-29 20:51:48 -05:00
"main": "lib/index.js",
"module": "esm/index.js",
"files": [
"esm",
"lib"
],
"repository": {
"type": "git",
2019-02-22 20:30:35 -05:00
"url": "git+https://github.com/apache-superset/superset-ui-plugins.git"
2019-01-29 20:51:48 -05:00
},
"keywords": [
"superset"
],
"author": "Superset",
"license": "Apache-2.0",
"bugs": {
2019-02-22 20:30:35 -05:00
"url": "https://github.com/apache-superset/superset-ui-plugins/issues"
2019-01-29 20:51:48 -05:00
},
2019-02-22 20:30:35 -05:00
"homepage": "https://github.com/apache-superset/superset-ui-plugins#readme",
2019-01-29 20:51:48 -05:00
"publishConfig": {
"access": "public"
},
"dependencies": {
"@data-ui/histogram": "^0.0.82",
"@data-ui/theme": "^0.0.82",
"@vx/legend": "^0.0.192",
"@vx/responsive": "^0.0.192",
"@vx/scale": "^0.0.192",
2019-01-29 20:51:48 -05:00
"prop-types": "^15.6.2"
},
"peerDependencies": {
"@superset-ui/chart": "^0.12.0",
"@superset-ui/color": "^0.12.0",
"@superset-ui/translation": "^0.12.0",
2019-01-29 20:51:48 -05:00
"react": "^15 || ^16"
}
2019-02-07 01:01:00 -05:00
}