Files
superset2/superset-frontend/plugins/plugin-chart-pivot-table/package.json
2023-04-18 14:24:59 -07:00

43 lines
991 B
JSON

{
"name": "@superset-ui/plugin-chart-pivot-table",
"version": "2.1.0",
"description": "Superset Chart - Pivot Table",
"keywords": [
"superset"
],
"homepage": "https://github.com/apache-superset/superset-ui#readme",
"bugs": {
"url": "https://github.com/apache-superset/superset-ui/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/apache-superset/superset-ui.git"
},
"license": "Apache-2.0",
"author": "Superset",
"sideEffects": false,
"main": "lib/index.js",
"module": "esm/index.js",
"files": [
"esm",
"lib"
],
"devDependencies": {
"@babel/types": "^7.13.12",
"@types/jest": "^26.0.0",
"jest": "^26.0.1"
},
"peerDependencies": {
"@ant-design/icons": "^4.2.2",
"@superset-ui/chart-controls": "*",
"@superset-ui/core": "*",
"lodash": "^4.17.11",
"prop-types": "*",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"publishConfig": {
"access": "public"
}
}