{ "name": "@superset-ui/plugin-chart-table", "version": "0.14.3", "description": "Superset Chart - Table", "main": "lib/index.js", "module": "esm/index.js", "sideEffects": false, "files": [ "esm", "lib" ], "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": { "@emotion/core": "^10.0.28", "@types/d3-array": "^2.0.0", "@types/match-sorter": "^4.0.0", "@types/react": "^16.9.35", "@types/react-dom": "^16.9.8", "@types/react-table": "^7.0.19", "d3-array": "^2.4.0", "match-sorter": "^4.1.0", "memoize-one": "^5.1.1", "react-icons": "^3.10.0", "react-table": "^7.2.0", "regenerator-runtime": "^0.13.5", "xss": "^1.0.6" }, "peerDependencies": { "@superset-ui/chart": "^0.14.0", "@superset-ui/chart-controls": "^0.14.0", "@superset-ui/number-format": "^0.14.0", "@superset-ui/query": "^0.14.0", "@superset-ui/style": "^0.14.0", "@superset-ui/time-format": "^0.14.0", "@superset-ui/translation": "^0.14.0", "@superset-ui/validator": "^0.14.0", "jquery": "^3.4.1", "react": "^16.13.1", "react-dom": "^16.13.1" } }