{ "name": "@superset-ui/preset-chart-xy", "version": "0.18.25", "description": "Superset Chart - XY", "sideEffects": [ "*.css" ], "main": "lib/index.js", "module": "esm/index.js", "files": [ "esm", "lib", "types" ], "repository": { "type": "git", "url": "https://github.com/apache/superset.git", "directory": "superset-frontend/packages/preset-chart-xy" }, "keywords": [ "superset" ], "author": "Superset", "license": "Apache-2.0", "bugs": { "url": "https://github.com/apache/superset/issues" }, "homepage": "https://github.com/apache/superset/tree/master/superset-frontend/plugins/preset-chart-xy#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.7.6", "lodash": "^4.17.11", "reselect": "^4.0.0" }, "peerDependencies": { "@superset-ui/chart-controls": "*", "@superset-ui/core": "*", "react": "^16.2" } }