{ "name": "@superset-ui/legacy-plugin-chart-table", "version": "0.12.18", "description": "Superset Legacy Chart - Table", "sideEffects": [ "*.css" ], "main": "lib/index.js", "module": "esm/index.js", "files": [ "esm", "lib" ], "repository": { "type": "git", "url": "git+https://github.com/apache-superset/superset-ui-plugins.git" }, "keywords": [ "superset" ], "author": "Superset", "license": "Apache-2.0", "bugs": { "url": "https://github.com/apache-superset/superset-ui-plugins/issues" }, "homepage": "https://github.com/apache-superset/superset-ui-plugins#readme", "publishConfig": { "access": "public" }, "dependencies": { "@types/react-dom": "^16.9.6", "datatables.net-bs": "^1.10.20", "xss": "^1.0.6" }, "devDependencies": { "@types/datatables.net": "^1.10.18" }, "peerDependencies": { "@superset-ui/chart": "^0.12.0", "@superset-ui/number-format": "^0.12.10", "@superset-ui/query": "^0.12.8", "@superset-ui/time-format": "^0.12.0", "@superset-ui/translation": "^0.12.0", "jquery": "^3.4.1", "react": "^16.8.0", "react-dom": "^16.8.0" } }