package.json 703 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "@uppy/file-input",
  3. "description": "Simple UI of a file input button that works with Uppy right out of the box",
  4. "version": "4.0.4",
  5. "license": "MIT",
  6. "main": "lib/index.js",
  7. "style": "dist/style.min.css",
  8. "type": "module",
  9. "keywords": [
  10. "file uploader",
  11. "upload",
  12. "uppy",
  13. "uppy-plugin",
  14. "file-input"
  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": "workspace:^",
  26. "preact": "^10.5.13"
  27. },
  28. "peerDependencies": {
  29. "@uppy/core": "workspace:^"
  30. }
  31. }