12345678910111213141516171819202122232425262728293031323334353637383940 |
- {
- "name": "@uppy/image-editor",
- "description": "Image editor and cropping UI",
- "version": "2.1.3",
- "license": "MIT",
- "main": "lib/index.js",
- "style": "dist/style.min.css",
- "types": "types/index.d.ts",
- "type": "module",
- "keywords": [
- "file uploader",
- "upload",
- "uppy",
- "uppy-plugin",
- "image editor",
- "cropper",
- "crop",
- "rotate",
- "resize"
- ],
- "homepage": "https://uppy.io",
- "bugs": {
- "url": "https://github.com/transloadit/uppy/issues"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/transloadit/uppy.git"
- },
- "dependencies": {
- "@uppy/utils": "workspace:^",
- "cropperjs": "1.5.7",
- "preact": "^10.5.13"
- },
- "peerDependencies": {
- "@uppy/core": "workspace:^"
- },
- "publishConfig": {
- "access": "public"
- }
- }
|