mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-28 20:40:06 +00:00
| Package | Version | Package | Version | | ------------------------- | ------- | ------------------------- | ------- | | @uppy/audio | 1.1.6 | @uppy/remote-sources | 1.1.2 | | @uppy/aws-s3 | 3.6.2 | @uppy/status-bar | 3.2.7 | | @uppy/aws-s3-multipart | 3.10.2 | @uppy/store-default | 3.2.2 | | @uppy/companion | 4.12.2 | @uppy/store-redux | 3.0.7 | | @uppy/companion-client | 3.7.2 | @uppy/svelte | 3.1.3 | | @uppy/compressor | 1.1.1 | @uppy/thumbnail-generator | 3.0.8 | | @uppy/core | 3.9.1 | @uppy/transloadit | 3.5.1 | | @uppy/dashboard | 3.7.3 | @uppy/tus | 3.5.2 | | @uppy/drop-target | 2.0.4 | @uppy/utils | 5.7.2 | | @uppy/form | 3.1.1 | @uppy/vue | 1.1.2 | | @uppy/golden-retriever | 3.1.3 | @uppy/webcam | 3.3.6 | | @uppy/image-editor | 2.4.2 | @uppy/xhr-upload | 3.6.2 | | @uppy/locales | 3.5.2 | uppy | 3.22.1 | | @uppy/provider-views | 3.9.1 | | | - @uppy/locales: update vi_VN translation (David Nguyen / #4930) - @uppy/compressor,@uppy/core,@uppy/dashboard,@uppy/status-bar: bump `@transloadit/prettier-bytes` (Antoine du Hamel / #4933)
51 lines
1.2 KiB
JSON
51 lines
1.2 KiB
JSON
{
|
|
"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": "1.1.2",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"types": "types/index.d.ts",
|
|
"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": "workspace:^",
|
|
"@uppy/dashboard": "workspace:^",
|
|
"@uppy/dropbox": "workspace:^",
|
|
"@uppy/facebook": "workspace:^",
|
|
"@uppy/google-drive": "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"
|
|
}
|
|
}
|