package.json 819 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "@uppy/react-native",
  3. "description": "React Native Uppy UI components",
  4. "version": "0.1.8",
  5. "main": "file-picker/index.js",
  6. "license": "MIT",
  7. "keywords": [
  8. "file uploader",
  9. "uppy",
  10. "uppy-plugin",
  11. "react",
  12. "react-components",
  13. "react-native"
  14. ],
  15. "homepage": "https://uppy.io",
  16. "bugs": {
  17. "url": "https://github.com/transloadit/uppy/issues"
  18. },
  19. "repository": {
  20. "type": "git",
  21. "url": "git+https://github.com/transloadit/uppy.git"
  22. },
  23. "dependencies": {
  24. "@uppy/instagram": "file:../instagram",
  25. "@uppy/url": "file:../url"
  26. },
  27. "peerDependencies": {
  28. "expo": ">=33.0.0",
  29. "expo-document-picker": ">=6.0.0",
  30. "expo-image-picker": ">=6.0.0",
  31. "expo-permissions": ">=6.0.0",
  32. "react": "^16.0.0 || ^17.0.0",
  33. "react-native": "*"
  34. }
  35. }