{ "name": "@superset-ui/plugin-chart-echarts", "version": "0.20.3", "description": "Superset Chart - Echarts", "keywords": [ "superset" ], "homepage": "https://github.com/apache/superset/tree/master/superset-frontend/plugins/plugin-chart-echarts#readme", "bugs": { "url": "https://github.com/apache/superset/issues" }, "repository": { "type": "git", "url": "https://github.com/apache/superset.git", "directory": "superset-frontend/plugins/plugin-chart-echarts" }, "license": "Apache-2.0", "author": "Superset", "sideEffects": false, "main": "lib/index.js", "module": "esm/index.js", "files": [ "esm", "lib" ], "dependencies": { "@types/react-redux": "^7.1.34", "d3-array": "^1.2.0", "dayjs": "^1.11.18", "lodash": "^4.17.21" }, "peerDependencies": { "@apache-superset/core": "*", "@superset-ui/chart-controls": "*", "@superset-ui/core": "*", "echarts": "*", "memoize-one": "*", "react": "^17.0.2" }, "publishConfig": { "access": "public" } }