UNPKG

@uppy/remote-sources

Version:

Uppy plugin that includes all remote sources that Uppy+Companion offer, like Instagram, Google Drive, Dropox, Box, Unsplash, Url etc

50 lines 1.19 kB
{ "name": "@uppy/remote-sources", "description": "Uppy plugin that includes all remote sources that Uppy+Companion offer, like Instagram, Google Drive, Dropox, Box, Unsplash, Url etc", "version": "2.3.4", "license": "MIT", "main": "lib/index.js", "type": "module", "keywords": [ "file uploader", "instagram", "google-drive", "facebook", "dropbox", "onedrive", "zoom", "unsplash", "box", "url" ], "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/box": "^3.2.3", "@uppy/dashboard": "^4.3.4", "@uppy/dropbox": "^4.2.3", "@uppy/facebook": "^4.2.3", "@uppy/google-drive": "^4.3.3", "@uppy/instagram": "^4.2.3", "@uppy/onedrive": "^4.2.4", "@uppy/unsplash": "^4.3.4", "@uppy/url": "^4.2.4", "@uppy/zoom": "^3.2.3" }, "peerDependencies": { "@uppy/core": "^4.4.7" }, "publishConfig": { "access": "public" }, "devDependencies": { "resize-observer-polyfill": "^1.5.1", "vitest": "^1.6.1" } }