package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "name": "@superset-ui/plugin-chart-pivot-table",
  3. "version": "0.20.3",
  4. "description": "Superset Chart - Pivot Table",
  5. "sideEffects": false,
  6. "main": "lib/index.js",
  7. "module": "esm/index.js",
  8. "files": [
  9. "esm",
  10. "lib"
  11. ],
  12. "repository": {
  13. "type": "git",
  14. "url": "https://github.com/apache/superset.git",
  15. "directory": "superset-frontend/plugins/plugin-chart-pivot-table"
  16. },
  17. "keywords": [
  18. "superset"
  19. ],
  20. "author": "Superset",
  21. "license": "Apache-2.0",
  22. "bugs": {
  23. "url": "https://github.com/apache/superset/issues"
  24. },
  25. "homepage": "https://github.com/apache/superset/tree/master/superset-frontend/plugins/plugin-chart-pivot-table#readme",
  26. "publishConfig": {
  27. "access": "public"
  28. },
  29. "peerDependencies": {
  30. "@apache-superset/core": "*",
  31. "@ant-design/icons": "^5.2.6",
  32. "@superset-ui/chart-controls": "*",
  33. "@superset-ui/core": "*",
  34. "lodash": "^4.17.11",
  35. "prop-types": "*",
  36. "react": "^17.0.2",
  37. "react-dom": "^17.0.2"
  38. },
  39. "devDependencies": {
  40. "@babel/types": "^7.28.4",
  41. "@types/jest": "^29.5.12",
  42. "jest": "^30.2.0"
  43. }
  44. }