package.json 990 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "@superset-ui/legacy-plugin-chart-rose",
  3. "version": "0.20.3",
  4. "description": "Superset Legacy Chart - Nightingale Rose Diagram",
  5. "keywords": [
  6. "superset"
  7. ],
  8. "homepage": "https://github.com/apache/superset/tree/master/superset-frontend/plugins/legacy-plugin-chart-rose#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/legacy-plugin-chart-rose"
  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. "nvd3-fork": "^2.0.5",
  28. "prop-types": "^15.8.1"
  29. },
  30. "peerDependencies": {
  31. "@emotion/react": "^11.4.1",
  32. "@superset-ui/chart-controls": "*",
  33. "@superset-ui/core": "*",
  34. "react": "^17.0.2"
  35. },
  36. "publishConfig": {
  37. "access": "public"
  38. }
  39. }