package.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "name": "@superset-ui/chart-controls",
  3. "version": "0.20.3",
  4. "description": "Superset UI control-utils",
  5. "keywords": [
  6. "superset"
  7. ],
  8. "homepage": "https://github.com/apache/superset/tree/master/superset-frontend/packages/superset-ui-chart-controls#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/superset-ui-chart-controls"
  16. },
  17. "license": "Apache-2.0",
  18. "author": "Superset",
  19. "sideEffects": false,
  20. "main": "lib/index.js",
  21. "module": "esm/index.js",
  22. "files": [
  23. "esm",
  24. "lib"
  25. ],
  26. "dependencies": {
  27. "@apache-superset/core": "*",
  28. "@react-icons/all-files": "^4.1.0",
  29. "@types/react": "*",
  30. "lodash": "^4.17.21"
  31. },
  32. "peerDependencies": {
  33. "@ant-design/icons": "^5.2.6",
  34. "@emotion/react": "^11.4.1",
  35. "@superset-ui/core": "*",
  36. "@testing-library/dom": "^8.20.1",
  37. "@testing-library/jest-dom": "*",
  38. "@testing-library/react": "^12.1.5",
  39. "@testing-library/react-hooks": "*",
  40. "@testing-library/user-event": "*",
  41. "ace-builds": "^1.4.14",
  42. "brace": "^0.11.1",
  43. "memoize-one": "^5.1.1",
  44. "react": "^17.0.2",
  45. "react-ace": "^10.1.0",
  46. "react-dom": "^17.0.2"
  47. },
  48. "publishConfig": {
  49. "access": "public"
  50. }
  51. }