@uppy/drag-drop
Version:
Droppable zone UI for Uppy. Drag and drop files into it to upload.
34 lines • 722 B
JSON
{
"name": "@uppy/drag-drop",
"description": "Droppable zone UI for Uppy. Drag and drop files into it to upload.",
"version": "4.1.1",
"license": "MIT",
"main": "lib/index.js",
"style": "dist/style.min.css",
"type": "module",
"keywords": [
"file uploader",
"uppy",
"uppy-plugin",
"drag-drop",
"drag",
"drop",
"dropzone",
"upload"
],
"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": "^6.1.1",
"preact": "^10.5.13"
},
"peerDependencies": {
"@uppy/core": "^4.4.1"
}
}