package.json 892 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "name": "@uppy/status-bar",
  3. "description": "A progress bar for Uppy, with many bells and whistles.",
  4. "version": "0.30.3",
  5. "license": "MIT",
  6. "main": "lib/index.js",
  7. "style": "dist/style.min.css",
  8. "types": "types/index.d.ts",
  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. "@uppy/utils": "0.30.3",
  30. "classnames": "^2.2.6",
  31. "lodash.throttle": "^4.1.1",
  32. "preact": "^8.2.9",
  33. "prettier-bytes": "^1.0.4"
  34. },
  35. "devDependencies": {
  36. "@uppy/core": "0.30.3"
  37. },
  38. "peerDependencies": {
  39. "@uppy/core": "^0.30.0"
  40. }
  41. }