mirror of
https://github.com/apache/superset.git
synced 2026-05-07 08:54:23 +00:00
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> Co-authored-by: Evan Rusackas <evan@preset.io>
54 lines
1.4 KiB
JSON
54 lines
1.4 KiB
JSON
{
|
|
"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": "^5.2.1",
|
|
"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.2.0",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|