package.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "name": "@uppy/remote-sources",
  3. "description": "Uppy plugin that includes all remote sources that Uppy+Companion offer, like Instagram, Google Drive, Dropox, Box, Unsplash, Url etc",
  4. "version": "2.0.0-beta.4",
  5. "license": "MIT",
  6. "main": "lib/index.js",
  7. "type": "module",
  8. "keywords": [
  9. "file uploader",
  10. "instagram",
  11. "google-drive",
  12. "facebook",
  13. "dropbox",
  14. "onedrive",
  15. "zoom",
  16. "unsplash",
  17. "box",
  18. "url"
  19. ],
  20. "homepage": "https://uppy.io",
  21. "bugs": {
  22. "url": "https://github.com/transloadit/uppy/issues"
  23. },
  24. "repository": {
  25. "type": "git",
  26. "url": "git+https://github.com/transloadit/uppy.git"
  27. },
  28. "dependencies": {
  29. "@uppy/box": "workspace:^",
  30. "@uppy/dashboard": "workspace:^",
  31. "@uppy/dropbox": "workspace:^",
  32. "@uppy/facebook": "workspace:^",
  33. "@uppy/google-drive": "workspace:^",
  34. "@uppy/instagram": "workspace:^",
  35. "@uppy/onedrive": "workspace:^",
  36. "@uppy/unsplash": "workspace:^",
  37. "@uppy/url": "workspace:^",
  38. "@uppy/zoom": "workspace:^"
  39. },
  40. "peerDependencies": {
  41. "@uppy/core": "workspace:^"
  42. },
  43. "publishConfig": {
  44. "access": "public"
  45. },
  46. "devDependencies": {
  47. "resize-observer-polyfill": "^1.5.1",
  48. "vitest": "^1.2.1"
  49. },
  50. "stableVersion": "1.2.0"
  51. }