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

45 lines
1.0 KiB
JSON
Raw Normal View History

2019-01-29 20:51:48 -05:00
{
"name": "@superset-ui/legacy-plugin-chart-histogram",
2020-04-29 20:17:43 -04:00
"version": "0.13.3",
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",
"url": "git+https://github.com/apache-superset/superset-ui.git"
2019-01-29 20:51:48 -05:00
},
"keywords": [
"superset"
],
"author": "Superset",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/apache-superset/superset-ui/issues"
2019-01-29 20:51:48 -05:00
},
"homepage": "https://github.com/apache-superset/superset-ui#readme",
2019-01-29 20:51:48 -05:00
"publishConfig": {
"access": "public"
},
"dependencies": {
"@data-ui/histogram": "^0.0.84",
"@data-ui/theme": "^0.0.84",
"@vx/legend": "^0.0.195",
"@vx/responsive": "^0.0.195",
"@vx/scale": "^0.0.195",
2019-01-29 20:51:48 -05:00
"prop-types": "^15.6.2"
},
"peerDependencies": {
2020-04-29 19:16:03 -04:00
"@superset-ui/chart": "^0.13.0",
"@superset-ui/color": "^0.13.0",
"@superset-ui/translation": "^0.13.0",
2019-01-29 20:51:48 -05:00
"react": "^15 || ^16"
}
2019-02-07 01:01:00 -05:00
}