mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-17 16:50:22 +00:00
* /examples/dev - added drag-drop plugin dev environment * @uppy/drag-drop - moved isDragDropSupported() to @uppy/utils * @uppy/drag-drop - got rid of drag-drop npm library * examples/dev - made compiled files placed in /output instead of /lib * ~/examples/dev - made watchify only watch files once * @uppy/drag-drop - add onPaste * /examples/dev - readded html css override-attempts * @uppy/drag-drop - made whole area clickable, and made it accessible * @uppy/drag-drop - removed excessive outline in firefox * REVERTED last 2 commits
37 lines
784 B
JSON
37 lines
784 B
JSON
{
|
|
"name": "@uppy/drag-drop",
|
|
"description": "Droppable zone UI for Uppy. Drag and drop files into it to upload.",
|
|
"version": "1.0.2",
|
|
"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": "1.0.2",
|
|
"preact": "8.2.9"
|
|
},
|
|
"devDependencies": {
|
|
"@uppy/core": "1.0.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@uppy/core": "^1.0.0"
|
|
}
|
|
}
|