package.json 736 B

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