package.json 914 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "@uppy/status-bar",
  3. "description": "A progress bar for Uppy, with many bells and whistles.",
  4. "version": "3.0.0-beta.1",
  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.7",
  31. "@uppy/utils": "workspace:^",
  32. "classnames": "^2.2.6",
  33. "lodash.throttle": "^4.1.1",
  34. "preact": "^10.5.13"
  35. },
  36. "peerDependencies": {
  37. "@uppy/core": "workspace:^"
  38. },
  39. "stableVersion": "2.2.1"
  40. }