{
  "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": "3.27.4",
  "license": "MIT",
  "main": "index.mjs",
  "module": "index.mjs",
  "unpkg": "dist/uppy.min.js",
  "style": "dist/uppy.min.css",
  "types": "types/index.d.ts",
  "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": "^1.1.9",
    "@uppy/aws-s3": "^3.6.2",
    "@uppy/aws-s3-multipart": "^3.12.0",
    "@uppy/box": "^2.4.0",
    "@uppy/companion-client": "^3.8.2",
    "@uppy/compressor": "^1.1.4",
    "@uppy/core": "^3.13.1",
    "@uppy/dashboard": "^3.9.1",
    "@uppy/drag-drop": "^3.1.1",
    "@uppy/drop-target": "^2.1.0",
    "@uppy/dropbox": "^3.4.0",
    "@uppy/facebook": "^3.3.1",
    "@uppy/file-input": "^3.1.2",
    "@uppy/form": "^3.2.2",
    "@uppy/golden-retriever": "^3.2.0",
    "@uppy/google-drive": "^3.6.0",
    "@uppy/google-photos": "^0.1.0",
    "@uppy/image-editor": "^2.4.6",
    "@uppy/informer": "^3.1.0",
    "@uppy/instagram": "^3.3.1",
    "@uppy/onedrive": "^3.4.0",
    "@uppy/progress-bar": "^3.1.1",
    "@uppy/provider-views": "^3.13.0",
    "@uppy/redux-dev-tools": "^3.0.3",
    "@uppy/remote-sources": "^1.3.0",
    "@uppy/screen-capture": "^3.2.0",
    "@uppy/status-bar": "^3.3.3",
    "@uppy/store-default": "^3.2.2",
    "@uppy/store-redux": "^3.0.7",
    "@uppy/thumbnail-generator": "^3.1.0",
    "@uppy/transloadit": "^3.8.1",
    "@uppy/tus": "^3.5.5",
    "@uppy/unsplash": "^3.3.1",
    "@uppy/url": "^3.6.1",
    "@uppy/webcam": "^3.4.2",
    "@uppy/xhr-upload": "^3.6.8",
    "@uppy/zoom": "^2.3.1"
  },
  "devDependencies": {
    "abortcontroller-polyfill": "^1.7.3",
    "core-js": "~3.24.0",
    "md-gum-polyfill": "^1.0.0",
    "regenerator-runtime": "0.13.9",
    "resize-observer-polyfill": "^1.5.1",
    "whatwg-fetch": "^3.6.2"
  }
}