{ "name": "@superset-ui/chart", "version": "0.12.8", "description": "SuperChart and related modules", "sideEffects": false, "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": { "@types/react": "^16.7.17", "@types/react-loadable": "^5.4.2", "@vx/responsive": "^0.0.194", "prop-types": "^15.6.2", "react-error-boundary": "^1.2.5", "react-loadable": "^5.5.0", "reselect": "^4.0.0" }, "devDependencies": { "@types/fetch-mock": "^6.0.4", "fetch-mock": "^7.2.5", "node-fetch": "^2.2.0" }, "peerDependencies": { "@superset-ui/connection": "^0.12.0", "@superset-ui/core": "^0.12.0", "@superset-ui/dimension": "^0.12.0", "@superset-ui/query": "^0.12.0", "react": "^16.7.17" } }