blob: a11c26d5715c1c4b3c1fe55aa0ab4341e5185fce [file] [log] [blame]
{
"name": "@superset-ui/preset-chart-xy",
"version": "0.17.7",
"description": "Superset Chart - XY",
"sideEffects": [
"*.css"
],
"main": "lib/index.js",
"module": "esm/index.js",
"files": [
"esm",
"lib",
"types"
],
"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": {
"@data-ui/theme": "^0.0.84",
"@data-ui/xy-chart": "^0.0.84",
"@superset-ui/chart-controls": "0.17.7",
"@superset-ui/core": "0.17.7",
"@vx/axis": "^0.0.198",
"@vx/legend": "^0.0.198",
"@vx/scale": "^0.0.197",
"csstype": "^2.6.3",
"encodable": "^0.7.6",
"lodash": "^4.17.11",
"reselect": "^4.0.0"
},
"peerDependencies": {
"react": "^16.2"
}
}