12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- {
- "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.2.1",
- "license": "MIT",
- "main": "lib/index.js",
- "type": "module",
- "keywords": [
- "file uploader",
- "instagram",
- "google-drive",
- "google-photos",
- "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": "workspace:^",
- "@uppy/dashboard": "workspace:^",
- "@uppy/dropbox": "workspace:^",
- "@uppy/facebook": "workspace:^",
- "@uppy/google-drive": "workspace:^",
- "@uppy/google-photos": "workspace:^",
- "@uppy/instagram": "workspace:^",
- "@uppy/onedrive": "workspace:^",
- "@uppy/unsplash": "workspace:^",
- "@uppy/url": "workspace:^",
- "@uppy/zoom": "workspace:^"
- },
- "peerDependencies": {
- "@uppy/core": "workspace:^"
- },
- "publishConfig": {
- "access": "public"
- },
- "devDependencies": {
- "resize-observer-polyfill": "^1.5.1",
- "vitest": "^1.2.1"
- }
- }
|