package.json 764 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "@uppy/drag-drop",
  3. "description": "Droppable zone UI for Uppy. Drag and drop files into it to upload.",
  4. "version": "3.0.3",
  5. "license": "MIT",
  6. "main": "lib/index.js",
  7. "style": "dist/style.min.css",
  8. "type": "module",
  9. "types": "types/index.d.ts",
  10. "keywords": [
  11. "file uploader",
  12. "uppy",
  13. "uppy-plugin",
  14. "drag-drop",
  15. "drag",
  16. "drop",
  17. "dropzone",
  18. "upload"
  19. ],
  20. "homepage": "https://uppy.io",
  21. "bugs": {
  22. "url": "https://github.com/transloadit/uppy/issues"
  23. },
  24. "repository": {
  25. "type": "git",
  26. "url": "git+https://github.com/transloadit/uppy.git"
  27. },
  28. "dependencies": {
  29. "@uppy/utils": "workspace:^",
  30. "preact": "^10.5.13"
  31. },
  32. "peerDependencies": {
  33. "@uppy/core": "workspace:^"
  34. }
  35. }