package.json 822 B

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