mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-21 01:15:35 +00:00
38 lines
816 B
JSON
38 lines
816 B
JSON
{
|
|
"name": "@uppy/drag-drop",
|
|
"description": "Droppable zone UI for Uppy. Drag and drop files into it to upload.",
|
|
"version": "0.30.4",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"style": "dist/style.min.css",
|
|
"types": "types/index.d.ts",
|
|
"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": "0.30.4",
|
|
"drag-drop": "2.13.3",
|
|
"preact": "^8.2.9"
|
|
},
|
|
"devDependencies": {
|
|
"@uppy/core": "0.30.4"
|
|
},
|
|
"peerDependencies": {
|
|
"@uppy/core": "^0.30.0"
|
|
}
|
|
}
|