package.json 958 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "@superset-ui/legacy-plugin-chart-chord",
  3. "version": "0.20.3",
  4. "description": "Superset Legacy Chart - Chord Diagram",
  5. "sideEffects": [
  6. "*.css"
  7. ],
  8. "main": "lib/index.js",
  9. "module": "esm/index.js",
  10. "files": [
  11. "esm",
  12. "lib"
  13. ],
  14. "repository": {
  15. "type": "git",
  16. "url": "https://github.com/apache/superset.git",
  17. "directory": "superset-frontend/plugins/legacy-plugin-chart-chord"
  18. },
  19. "keywords": [
  20. "superset"
  21. ],
  22. "author": "Superset",
  23. "license": "Apache-2.0",
  24. "bugs": {
  25. "url": "https://github.com/apache/superset/issues"
  26. },
  27. "homepage": "https://github.com/apache/superset/tree/master/superset-frontend/plugins/legacy-plugin-chart-chord#readme",
  28. "publishConfig": {
  29. "access": "public"
  30. },
  31. "dependencies": {
  32. "d3": "^3.5.17",
  33. "prop-types": "^15.8.1",
  34. "react": "^19.2.0"
  35. },
  36. "peerDependencies": {
  37. "@superset-ui/chart-controls": "*",
  38. "@superset-ui/core": "*"
  39. }
  40. }