package.json 715 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "@uppy/progress-bar",
  3. "description": "A progress bar UI for Uppy",
  4. "version": "3.0.3",
  5. "license": "MIT",
  6. "main": "lib/index.js",
  7. "style": "dist/style.min.css",
  8. "types": "types/index.d.ts",
  9. "type": "module",
  10. "keywords": [
  11. "file uploader",
  12. "uppy",
  13. "uppy-plugin",
  14. "progress",
  15. "progress bar",
  16. "upload progress"
  17. ],
  18. "homepage": "https://uppy.io",
  19. "bugs": {
  20. "url": "https://github.com/transloadit/uppy/issues"
  21. },
  22. "repository": {
  23. "type": "git",
  24. "url": "git+https://github.com/transloadit/uppy.git"
  25. },
  26. "dependencies": {
  27. "@uppy/utils": "workspace:^",
  28. "preact": "^10.5.13"
  29. },
  30. "peerDependencies": {
  31. "@uppy/core": "workspace:^"
  32. }
  33. }