package.json 792 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "@uppy/image-editor",
  3. "description": "Image editor and cropping UI",
  4. "version": "3.2.1",
  5. "license": "MIT",
  6. "main": "lib/index.js",
  7. "style": "dist/style.min.css",
  8. "type": "module",
  9. "keywords": [
  10. "file uploader",
  11. "upload",
  12. "uppy",
  13. "uppy-plugin",
  14. "image editor",
  15. "cropper",
  16. "crop",
  17. "rotate",
  18. "resize"
  19. ],
  20. "homepage": "https://uppy.io",
  21. "bugs": {
  22. "url": "https://github.com/transloadit/uppy/issues"
  23. },
  24. "repository": {
  25. "type": "git",
  26. "url": "git+https://github.com/transloadit/uppy.git"
  27. },
  28. "dependencies": {
  29. "@uppy/utils": "workspace:^",
  30. "cropperjs": "^1.6.2",
  31. "preact": "^10.5.13"
  32. },
  33. "peerDependencies": {
  34. "@uppy/core": "workspace:^"
  35. },
  36. "publishConfig": {
  37. "access": "public"
  38. }
  39. }