package.json 687 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "@uppy/provider-views",
  3. "description": "View library for Uppy remote provider plugins.",
  4. "version": "3.0.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. "preact": "^10.5.13"
  26. },
  27. "peerDependencies": {
  28. "@uppy/core": "workspace:^"
  29. }
  30. }