| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- {
- "name": "@superset-ui/plugin-chart-pivot-table",
- "version": "0.20.3",
- "description": "Superset Chart - Pivot Table",
- "sideEffects": false,
- "main": "lib/index.js",
- "module": "esm/index.js",
- "files": [
- "esm",
- "lib"
- ],
- "repository": {
- "type": "git",
- "url": "https://github.com/apache/superset.git",
- "directory": "superset-frontend/plugins/plugin-chart-pivot-table"
- },
- "keywords": [
- "superset"
- ],
- "author": "Superset",
- "license": "Apache-2.0",
- "bugs": {
- "url": "https://github.com/apache/superset/issues"
- },
- "homepage": "https://github.com/apache/superset/tree/master/superset-frontend/plugins/plugin-chart-pivot-table#readme",
- "publishConfig": {
- "access": "public"
- },
- "peerDependencies": {
- "@apache-superset/core": "*",
- "@ant-design/icons": "^5.2.6",
- "@superset-ui/chart-controls": "*",
- "@superset-ui/core": "*",
- "lodash": "^4.17.11",
- "prop-types": "*",
- "react": "^17.0.2",
- "react-dom": "^17.0.2"
- },
- "devDependencies": {
- "@babel/types": "^7.28.4",
- "@types/jest": "^29.5.12",
- "jest": "^30.2.0"
- }
- }
|