package.json 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "name": "@superset-ui/legacy-plugin-chart-partition",
  3. "version": "0.20.3",
  4. "description": "Superset Legacy Chart - Partition",
  5. "keywords": [
  6. "superset"
  7. ],
  8. "homepage": "https://github.com/apache/superset/tree/master/superset-frontend/plugins/legacy-plugin-chart-partition#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/packages/legacy-plugin-chart-partition"
  16. },
  17. "license": "Apache-2.0",
  18. "author": "Superset",
  19. "main": "lib/index.js",
  20. "module": "esm/index.js",
  21. "files": [
  22. "esm",
  23. "lib"
  24. ],
  25. "dependencies": {
  26. "d3": "^3.5.17",
  27. "d3-hierarchy": "^3.1.2",
  28. "prop-types": "^15.8.1"
  29. },
  30. "peerDependencies": {
  31. "@superset-ui/chart-controls": "*",
  32. "@superset-ui/core": "*",
  33. "@testing-library/jest-dom": "*",
  34. "@testing-library/react": "^12.1.5",
  35. "react": "^17.0.2",
  36. "react-dom": "^17.0.2"
  37. },
  38. "publishConfig": {
  39. "access": "public"
  40. }
  41. }