uppy
Version:
Extensible JavaScript file upload widget with support for drag&drop, resumable uploads, previews, restrictions, file processing/encoding, remote providers like Instagram, Dropbox, Google Drive, S3 and more :dog:
73 lines • 2.16 kB
JSON
{
"name": "uppy",
"description": "Extensible JavaScript file upload widget with support for drag&drop, resumable uploads, previews, restrictions, file processing/encoding, remote providers like Instagram, Dropbox, Google Drive, S3 and more :dog:",
"version": "4.17.0",
"license": "MIT",
"main": "lib/index.js",
"module": "lib/index.js",
"type": "module",
"unpkg": "dist/uppy.min.js",
"style": "dist/uppy.min.css",
"keywords": [
"file uploader",
"drag-drop",
"progress",
"preview",
"resumable uploads",
"xhr",
"tus",
"s3",
"google drive",
"dropbox",
"box",
"webcam"
],
"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/audio": "^2.1.3",
"@uppy/aws-s3": "^4.2.3",
"@uppy/box": "^3.2.3",
"@uppy/companion-client": "^4.4.2",
"@uppy/compressor": "^2.2.1",
"@uppy/core": "^4.4.6",
"@uppy/dashboard": "^4.3.4",
"@uppy/drag-drop": "^4.1.3",
"@uppy/drop-target": "^3.1.1",
"@uppy/dropbox": "^4.2.3",
"@uppy/facebook": "^4.2.3",
"@uppy/file-input": "^4.1.3",
"@uppy/form": "^4.1.1",
"@uppy/golden-retriever": "^4.1.1",
"@uppy/google-drive": "^4.3.3",
"@uppy/google-drive-picker": "^0.3.5",
"@uppy/google-photos-picker": "^0.3.5",
"@uppy/image-editor": "^3.3.3",
"@uppy/informer": "^4.2.1",
"@uppy/instagram": "^4.2.3",
"@uppy/onedrive": "^4.2.4",
"@uppy/progress-bar": "^4.2.1",
"@uppy/provider-views": "^4.4.4",
"@uppy/redux-dev-tools": "^4.0.1",
"@uppy/remote-sources": "^2.3.3",
"@uppy/screen-capture": "^4.3.0",
"@uppy/status-bar": "^4.1.3",
"@uppy/store-default": "^4.2.0",
"@uppy/store-redux": "^4.0.2",
"@uppy/thumbnail-generator": "^4.1.1",
"@uppy/transloadit": "^4.2.2",
"@uppy/tus": "^4.2.2",
"@uppy/unsplash": "^4.3.4",
"@uppy/url": "^4.2.4",
"@uppy/webcam": "^4.2.0",
"@uppy/webdav": "^0.3.3",
"@uppy/xhr-upload": "^4.3.3",
"@uppy/zoom": "^3.2.3"
}
}