package.json 866 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "@uppy/provider-views",
  3. "description": "View library for Uppy remote provider plugins.",
  4. "version": "4.0.2",
  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": "^5.0.0",
  25. "p-queue": "^8.0.0",
  26. "preact": "^10.5.13"
  27. },
  28. "devDependencies": {
  29. "@types/gapi": "^0.0.47",
  30. "@types/google.accounts": "^0.0.14",
  31. "@types/google.picker": "^0.0.42",
  32. "vitest": "^1.6.0"
  33. },
  34. "peerDependencies": {
  35. "@uppy/core": "workspace:^"
  36. }
  37. }