package.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "name": "@uppy/dashboard",
  3. "description": "Universal UI plugin for Uppy.",
  4. "version": "1.20.1",
  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. "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.0.7",
  26. "@uppy/informer": "file:../informer",
  27. "@uppy/provider-views": "file:../provider-views",
  28. "@uppy/status-bar": "file:../status-bar",
  29. "@uppy/thumbnail-generator": "file:../thumbnail-generator",
  30. "@uppy/utils": "file:../utils",
  31. "classnames": "^2.2.6",
  32. "cuid": "^2.1.1",
  33. "is-shallow-equal": "^1.0.1",
  34. "lodash.debounce": "^4.0.8",
  35. "lodash.throttle": "^4.1.1",
  36. "memoize-one": "^5.0.4",
  37. "preact": "^10.5.13"
  38. },
  39. "devDependencies": {
  40. "@uppy/google-drive": "*",
  41. "@uppy/status-bar": "*",
  42. "resize-observer-polyfill": "^1.5.0"
  43. },
  44. "peerDependencies": {
  45. "@uppy/core": "^1.0.0"
  46. }
  47. }