package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "name": "@uppy/dashboard",
  3. "description": "Universal UI plugin for Uppy.",
  4. "version": "1.1.0",
  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. "@uppy/informer": "1.1.0",
  26. "@uppy/provider-views": "1.1.0",
  27. "@uppy/status-bar": "1.1.0",
  28. "@uppy/thumbnail-generator": "1.1.0",
  29. "@uppy/utils": "1.1.0",
  30. "classnames": "^2.2.6",
  31. "cuid": "^2.1.1",
  32. "drag-drop": "2.13.3",
  33. "lodash.debounce": "^4.0.8",
  34. "lodash.throttle": "^4.1.1",
  35. "preact": "8.2.9",
  36. "preact-css-transition-group": "^1.3.0",
  37. "prettier-bytes": "^1.0.4",
  38. "resize-observer-polyfill": "^1.5.0"
  39. },
  40. "devDependencies": {
  41. "@uppy/core": "1.1.0",
  42. "@uppy/google-drive": "1.1.0"
  43. },
  44. "peerDependencies": {
  45. "@uppy/core": "^1.0.0"
  46. }
  47. }