package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "name": "@superset-ui/legacy-preset-chart-big-number",
  3. "version": "0.11.15",
  4. "description": "Superset Legacy Chart - Big Number",
  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": "git+https://github.com/apache-superset/superset-ui-plugins.git"
  17. },
  18. "keywords": [
  19. "superset"
  20. ],
  21. "author": "Superset",
  22. "license": "Apache-2.0",
  23. "bugs": {
  24. "url": "https://github.com/apache-superset/superset-ui-plugins/issues"
  25. },
  26. "homepage": "https://github.com/apache-superset/superset-ui-plugins#readme",
  27. "publishConfig": {
  28. "access": "public"
  29. },
  30. "dependencies": {
  31. "@data-ui/xy-chart": "^0.0.84",
  32. "d3-color": "^1.2.3",
  33. "prop-types": "^15.6.2",
  34. "shortid": "^2.2.14"
  35. },
  36. "peerDependencies": {
  37. "@superset-ui/chart": "^0.12.0",
  38. "@superset-ui/color": "^0.12.0",
  39. "@superset-ui/core": "^0.12.0",
  40. "@superset-ui/dimension": "^0.12.0",
  41. "@superset-ui/number-format": "^0.12.0",
  42. "@superset-ui/time-format": "^0.12.0",
  43. "@superset-ui/translation": "^0.12.0",
  44. "react": "^15 || ^16"
  45. }
  46. }