package.json 741 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "@uppy/provider-views",
  3. "description": "View library for Uppy remote provider plugins.",
  4. "version": "4.0.0-beta.5",
  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. ],
  13. "homepage": "https://uppy.io",
  14. "bugs": {
  15. "url": "https://github.com/transloadit/uppy/issues"
  16. },
  17. "repository": {
  18. "type": "git",
  19. "url": "git+https://github.com/transloadit/uppy.git"
  20. },
  21. "dependencies": {
  22. "@uppy/utils": "workspace:^",
  23. "classnames": "^2.2.6",
  24. "nanoid": "^4.0.0",
  25. "p-queue": "^7.3.4",
  26. "preact": "^10.5.13"
  27. },
  28. "peerDependencies": {
  29. "@uppy/core": "workspace:^"
  30. },
  31. "stableVersion": "3.11.0"
  32. }