package.json 851 B

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