package.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "name": "@uppy/dashboard",
  3. "description": "Universal UI plugin for Uppy.",
  4. "version": "4.0.0-beta.3",
  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. "dashboard",
  14. "ui"
  15. ],
  16. "homepage": "https://uppy.io",
  17. "bugs": {
  18. "url": "https://github.com/transloadit/uppy/issues"
  19. },
  20. "repository": {
  21. "type": "git",
  22. "url": "git+https://github.com/transloadit/uppy.git"
  23. },
  24. "dependencies": {
  25. "@transloadit/prettier-bytes": "^0.3.0",
  26. "@uppy/informer": "workspace:^",
  27. "@uppy/provider-views": "workspace:^",
  28. "@uppy/status-bar": "workspace:^",
  29. "@uppy/thumbnail-generator": "workspace:^",
  30. "@uppy/utils": "workspace:^",
  31. "classnames": "^2.2.6",
  32. "is-shallow-equal": "^1.0.1",
  33. "lodash": "^4.17.21",
  34. "memoize-one": "^6.0.0",
  35. "nanoid": "^5.0.0",
  36. "preact": "^10.5.13"
  37. },
  38. "devDependencies": {
  39. "@uppy/google-drive": "workspace:^",
  40. "@uppy/status-bar": "workspace:^",
  41. "@uppy/url": "workspace:^",
  42. "@uppy/webcam": "workspace:^",
  43. "resize-observer-polyfill": "^1.5.0",
  44. "vitest": "^1.2.1"
  45. },
  46. "peerDependencies": {
  47. "@uppy/core": "workspace:^"
  48. },
  49. "stableVersion": "3.8.0"
  50. }