uppy/packages/@uppy/image-editor/package.json
2025-06-30 16:12:26 +02:00

45 lines
914 B
JSON

{
"name": "@uppy/image-editor",
"description": "Image editor and cropping UI",
"version": "3.3.3",
"license": "MIT",
"main": "lib/index.js",
"style": "dist/style.min.css",
"type": "module",
"scripts": {
"build": "tsc --build tsconfig.build.json"
},
"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.6.2",
"preact": "^10.5.13"
},
"peerDependencies": {
"@uppy/core": "workspace:^"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"typescript": "^5.8.3"
}
}