package.json 804 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "@uppy/provider-views",
  3. "description": "View library for Uppy remote provider plugins.",
  4. "version": "0.25.5",
  5. "license": "MIT",
  6. "main": "lib/index.js",
  7. "jsnext:main": "src/index.js",
  8. "style": "dist/style.min.css",
  9. "types": "types/index.d.ts",
  10. "keywords": [
  11. "file uploader",
  12. "plugin name and other keywords",
  13. "uppy",
  14. "uppy-plugin"
  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/utils": "^0.25.5",
  26. "classnames": "^2.2.6",
  27. "preact": "^8.2.9"
  28. },
  29. "devDependencies": {
  30. "@uppy/core": "^0.25.5"
  31. },
  32. "peerDependencies": {
  33. "@uppy/core": "^0.25.5"
  34. }
  35. }