superset/superset-frontend/plugins/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",
2021-11-15 06:19:28 -05:00
"version": "0.18.25",
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": "https://github.com/apache/superset.git",
"directory": "superset-frontend/packages/legacy-plugin-chart-histogram"
2019-01-29 20:51:48 -05:00
},
"keywords": [
"superset"
],
"author": "Superset",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/apache/superset/issues"
2019-01-29 20:51:48 -05:00
},
"homepage": "https://github.com/apache/superset/tree/master/superset-frontend/plugins/legacy-plugin-chart-histogram#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.199",
"@vx/responsive": "^0.0.199",
"@vx/scale": "^0.0.199",
"prop-types": "^15.8.1"
2019-01-29 20:51:48 -05:00
},
"peerDependencies": {
"@superset-ui/chart-controls": "*",
"@superset-ui/core": "*",
2019-01-29 20:51:48 -05:00
"react": "^15 || ^16"
}
2019-02-07 01:01:00 -05:00
}