mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-18 00:55:35 +00:00
39 lines
797 B
JSON
39 lines
797 B
JSON
{
|
|
"name": "@uppy/image-editor",
|
|
"description": "Image editor and cropping UI",
|
|
"version": "1.0.4",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"style": "dist/style.min.css",
|
|
"types": "types/index.d.ts",
|
|
"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": "^2.0.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|