package.json 919 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "@superset-ui/legacy-plugin-chart-event-flow",
  3. "version": "0.11.15",
  4. "description": "Superset Legacy Chart - Event Flow",
  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/event-flow": "^0.0.84",
  32. "prop-types": "^15.6.2"
  33. },
  34. "peerDependencies": {
  35. "@superset-ui/chart": "^0.12.0",
  36. "@superset-ui/translation": "^0.12.0",
  37. "react": "^15 || ^16"
  38. }
  39. }