package.json 879 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "@uppy/react",
  3. "description": "React component wrappers around Uppy's official UI plugins.",
  4. "version": "0.25.5",
  5. "license": "MIT",
  6. "main": "index.js",
  7. "module": "index.mjs",
  8. "types": "types/index.d.ts",
  9. "keywords": [
  10. "file uploader",
  11. "plugin name and other keywords",
  12. "uppy",
  13. "uppy-plugin"
  14. ],
  15. "homepage": "https://uppy.io",
  16. "bugs": {
  17. "url": "https://github.com/transloadit/uppy/issues"
  18. },
  19. "repository": {
  20. "type": "git",
  21. "url": "git+https://github.com/transloadit/uppy.git"
  22. },
  23. "dependencies": {
  24. "@uppy/dashboard": "^0.25.5",
  25. "@uppy/drag-drop": "^0.25.5",
  26. "@uppy/progress-bar": "^0.25.5",
  27. "@uppy/statusbar": "^0.25.5",
  28. "@uppy/utils": "^0.25.5",
  29. "prop-types": "^15.6.1"
  30. },
  31. "devDependencies": {
  32. "@uppy/core": "^0.25.5"
  33. },
  34. "peerDependencies": {
  35. "@uppy/core": "^0.25.5"
  36. }
  37. }