package.json 846 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "@uppy/status-bar",
  3. "description": "A progress bar for Uppy, with many bells and whistles.",
  4. "version": "3.2.4",
  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 bar",
  15. "status bar",
  16. "progress",
  17. "upload",
  18. "eta",
  19. "speed"
  20. ],
  21. "homepage": "https://uppy.io",
  22. "bugs": {
  23. "url": "https://github.com/transloadit/uppy/issues"
  24. },
  25. "repository": {
  26. "type": "git",
  27. "url": "git+https://github.com/transloadit/uppy.git"
  28. },
  29. "dependencies": {
  30. "@transloadit/prettier-bytes": "0.0.9",
  31. "@uppy/utils": "workspace:^",
  32. "classnames": "^2.2.6",
  33. "preact": "^10.5.13"
  34. },
  35. "peerDependencies": {
  36. "@uppy/core": "workspace:^"
  37. }
  38. }