package.json 684 B

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