package.json 759 B

12345678910111213141516171819202122232425262728293031323334
  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": "0.30.5",
  5. "license": "MIT",
  6. "main": "lib/index.js",
  7. "style": "dist/style.min.css",
  8. "types": "types/index.d.ts",
  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": "0.30.5",
  26. "preact": "^8.2.9"
  27. },
  28. "devDependencies": {
  29. "@uppy/core": "0.30.5"
  30. },
  31. "peerDependencies": {
  32. "@uppy/core": "^0.30.0"
  33. }
  34. }