package.json 1.2 KB

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