package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "name": "@superset-ui/plugin-chart-ag-grid-table",
  3. "version": "0.20.3",
  4. "description": "Superset Chart - Table",
  5. "keywords": [
  6. "superset"
  7. ],
  8. "homepage": "https://github.com/apache/superset/tree/master/superset-frontend/plugins/plugin-chart-ag-grid-table#readme",
  9. "bugs": {
  10. "url": "https://github.com/apache/superset/issues"
  11. },
  12. "repository": {
  13. "type": "git",
  14. "url": "https://github.com/apache/superset.git",
  15. "directory": "superset-frontend/plugins/plugin-chart-ag-grid-table"
  16. },
  17. "license": "Apache-2.0",
  18. "author": "Superset",
  19. "sideEffects": false,
  20. "main": "lib/index.js",
  21. "module": "esm/index.js",
  22. "files": [
  23. "esm",
  24. "lib"
  25. ],
  26. "dependencies": {
  27. "@react-icons/all-files": "^4.1.0",
  28. "@types/d3-array": "^2.9.0",
  29. "@types/react-table": "^7.7.20",
  30. "classnames": "^2.5.1",
  31. "d3-array": "^2.4.0",
  32. "lodash": "^4.17.21",
  33. "memoize-one": "^5.2.1",
  34. "react-table": "^7.8.0",
  35. "regenerator-runtime": "^0.14.1",
  36. "xss": "^1.0.15"
  37. },
  38. "peerDependencies": {
  39. "@apache-superset/core": "*",
  40. "@ant-design/icons": "^5.2.6",
  41. "@superset-ui/chart-controls": "*",
  42. "@superset-ui/core": "*",
  43. "@testing-library/dom": "^8.20.1",
  44. "@testing-library/jest-dom": "*",
  45. "@testing-library/react": "^12.1.5",
  46. "@testing-library/react-hooks": "*",
  47. "@testing-library/user-event": "*",
  48. "@types/classnames": "*",
  49. "@types/react": "*",
  50. "match-sorter": "^6.3.3",
  51. "react": "^17.0.2",
  52. "react-dom": "^17.0.2"
  53. },
  54. "publishConfig": {
  55. "access": "public"
  56. }
  57. }