package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "name": "uppy",
  3. "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:",
  4. "version": "0.27.1",
  5. "license": "MIT",
  6. "main": "index.js",
  7. "module": "index.mjs",
  8. "unpkg": "dist/uppy.min.js",
  9. "style": "dist/style.min.css",
  10. "types": "types/index.d.ts",
  11. "keywords": [
  12. "file uploader",
  13. "drag-drop",
  14. "progress",
  15. "preview",
  16. "resumable uploads",
  17. "xhr",
  18. "tus",
  19. "s3",
  20. "google drive",
  21. "dropbox",
  22. "webcam"
  23. ],
  24. "homepage": "https://uppy.io",
  25. "bugs": {
  26. "url": "https://github.com/transloadit/uppy/issues"
  27. },
  28. "repository": {
  29. "type": "git",
  30. "url": "git+https://github.com/transloadit/uppy.git"
  31. },
  32. "dependencies": {
  33. "@uppy/aws-s3": "0.27.1",
  34. "@uppy/aws-s3-multipart": "0.27.1",
  35. "@uppy/companion-client": "0.27.1",
  36. "@uppy/core": "0.27.0",
  37. "@uppy/dashboard": "0.27.1",
  38. "@uppy/drag-drop": "0.27.1",
  39. "@uppy/dropbox": "0.27.1",
  40. "@uppy/file-input": "0.27.1",
  41. "@uppy/form": "0.27.1",
  42. "@uppy/golden-retriever": "0.27.1",
  43. "@uppy/google-drive": "0.27.1",
  44. "@uppy/informer": "0.27.1",
  45. "@uppy/instagram": "0.27.1",
  46. "@uppy/progress-bar": "0.27.1",
  47. "@uppy/provider-views": "0.27.1",
  48. "@uppy/redux-dev-tools": "0.27.1",
  49. "@uppy/status-bar": "0.27.1",
  50. "@uppy/store-default": "0.27.0",
  51. "@uppy/store-redux": "0.27.0",
  52. "@uppy/thumbnail-generator": "0.27.1",
  53. "@uppy/transloadit": "0.27.1",
  54. "@uppy/tus": "0.27.1",
  55. "@uppy/url": "0.27.1",
  56. "@uppy/webcam": "0.27.1",
  57. "@uppy/xhr-upload": "0.27.1"
  58. }
  59. }