mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-26 03:35:19 +00:00
This is a release candidate for the following packages: - `@uppy/companion`: 5.0.0 -> 5.0.1 - `@uppy/core`: 4.0.0 -> 4.0.1 - `@uppy/dashboard`: 4.0.0 -> 4.0.1 - `@uppy/drag-drop`: 4.0.0 -> 4.0.1 - `@uppy/drop-target`: 3.0.0 -> 3.0.1 - `@uppy/react`: 4.0.0 -> 4.0.1 - `uppy`: 4.0.0 -> 4.0.1 Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
35 lines
711 B
JSON
35 lines
711 B
JSON
{
|
|
"name": "@uppy/drop-target",
|
|
"description": "Lets your users drag and drop files on a DOM element",
|
|
"version": "3.0.1",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"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": "workspace:^"
|
|
},
|
|
"peerDependencies": {
|
|
"@uppy/core": "workspace:^"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|