package.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "name": "@superset-ui/legacy-plugin-chart-world-map",
  3. "version": "0.20.3",
  4. "description": "Superset Legacy Chart - World Map",
  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-world-map"
  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-world-map#readme",
  28. "publishConfig": {
  29. "access": "public"
  30. },
  31. "dependencies": {
  32. "d3": "^3.5.17",
  33. "d3-array": "^2.4.0",
  34. "d3-color": "^3.1.0",
  35. "datamaps": "^0.5.9",
  36. "prop-types": "^15.8.1"
  37. },
  38. "peerDependencies": {
  39. "@superset-ui/chart-controls": "*",
  40. "@superset-ui/core": "*",
  41. "react": "^17.0.2"
  42. }
  43. }