package.json 858 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "@uppy/react-native",
  3. "description": "React Native Uppy UI components",
  4. "version": "0.6.1",
  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/core": "workspace:*",
  25. "@uppy/instagram": "workspace:^",
  26. "@uppy/url": "workspace:^",
  27. "expo-document-picker": "^10.3.0",
  28. "expo-image-picker": "^13.3.1",
  29. "react-native-super-grid": "*"
  30. },
  31. "peerDependencies": {
  32. "expo": ">=33.0.0",
  33. "react": "^16.0.0 || ^17.0.0 || ^18.0.0",
  34. "react-native": "*"
  35. }
  36. }