package.json 954 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "@superset-ui/legacy-plugin-chart-horizon",
  3. "version": "0.20.3",
  4. "description": "Superset Legacy Chart - Horizon",
  5. "keywords": [
  6. "superset"
  7. ],
  8. "homepage": "https://github.com/apache/superset/tree/master/superset-frontend/plugins/legacy-plugin-chart-horizon#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-horizon"
  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-array": "^2.0.3",
  27. "d3-scale": "^3.0.1",
  28. "prop-types": "^15.8.1"
  29. },
  30. "peerDependencies": {
  31. "@superset-ui/chart-controls": "*",
  32. "@superset-ui/core": "*",
  33. "react": "^17.0.2"
  34. },
  35. "publishConfig": {
  36. "access": "public"
  37. }
  38. }