| { |
| "name": "@superset-ui/plugin-chart-ag-grid-table", |
| "version": "0.20.3", |
| "description": "Superset Chart - Table", |
| "keywords": [ |
| "superset" |
| ], |
| "homepage": "https://github.com/apache/superset/tree/master/superset-frontend/plugins/plugin-chart-ag-grid-table#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-ag-grid-table" |
| }, |
| "license": "Apache-2.0", |
| "author": "Superset", |
| "sideEffects": false, |
| "main": "lib/index.js", |
| "module": "esm/index.js", |
| "files": [ |
| "esm", |
| "lib" |
| ], |
| "dependencies": { |
| "@types/d3-array": "^3.2.2", |
| "@types/react-table": "^7.7.20", |
| "classnames": "^2.5.1", |
| "d3-array": "^3.2.4", |
| "lodash": "^4.18.1", |
| "memoize-one": "^6.0.0", |
| "react-table": "^7.8.0", |
| "regenerator-runtime": "^0.14.1", |
| "xss": "^1.0.15" |
| }, |
| "peerDependencies": { |
| "@ant-design/icons": "^5.6.1", |
| "@apache-superset/core": "*", |
| "@superset-ui/chart-controls": "*", |
| "@superset-ui/core": "*", |
| "@testing-library/dom": "^9.3.4", |
| "@testing-library/jest-dom": "*", |
| "@testing-library/react": "^14.0.0", |
| "@testing-library/user-event": "*", |
| "@types/react": "*", |
| "react": "^18.3.0", |
| "react-dom": "^18.3.0" |
| }, |
| "publishConfig": { |
| "access": "public" |
| } |
| } |