{ "name": "@superset-ui/preset-chart-xy", "version": "0.14.23", "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", "@vx/axis": "^0.0.198", "@vx/legend": "^0.0.198", "@vx/scale": "^0.0.197", "csstype": "^2.6.3", "encodable": "^0.3.4", "lodash": "^4.17.11", "reselect": "^4.0.0" }, "peerDependencies": { "@superset-ui/chart": "^0.14.0", "@superset-ui/chart-composition": "^0.14.0", "@superset-ui/chart-controls": "^0.14.0", "@superset-ui/color": "^0.14.0", "@superset-ui/core": "^0.14.0", "@superset-ui/dimension": "^0.14.0", "@superset-ui/number-format": "^0.14.0", "@superset-ui/query": "^0.14.0", "@superset-ui/time-format": "^0.14.0", "@superset-ui/translation": "^0.14.0", "react": "^16.2" } }