blob: 06ee0cb02da2e057e508f41ebb792b9b35dc35c5 [file] [log] [blame]
{
"name": "@superset-ui/legacy-plugin-chart-horizon",
"version": "0.17.7",
"description": "Superset Legacy Chart - Horizon",
"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": {
"@superset-ui/chart-controls": "0.17.7",
"@superset-ui/core": "0.17.7",
"d3-array": "^2.0.3",
"d3-scale": "^3.0.1",
"prop-types": "^15.6.2"
},
"peerDependencies": {
"react": "^15 || ^16"
}
}