uppy/packages/@uppy/react-native/package.json
Merlijn Vos 8d312a8551
Resolve @uppy/core yarn install warnings (#5826)
Closes #5774

There are still some warnings left but they are better done in their own
PRs as they require bigger changes.

---------

Co-authored-by: Cursor Agent <cursoragent@cursor.com>
2025-07-15 17:19:43 +02:00

41 lines
964 B
JSON

{
"name": "@uppy/react-native",
"description": "React Native Uppy UI components",
"version": "0.6.1",
"main": "file-picker/index.js",
"license": "MIT",
"keywords": [
"file uploader",
"uppy",
"uppy-plugin",
"react",
"react-components",
"react-native"
],
"homepage": "https://uppy.io",
"bugs": {
"url": "https://github.com/transloadit/uppy/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/transloadit/uppy.git"
},
"dependencies": {
"@uppy/core": "workspace:*",
"@uppy/instagram": "workspace:^",
"@uppy/url": "workspace:^",
"expo-document-picker": "^10.3.0",
"expo-image-picker": "^13.3.1",
"react-native-super-grid": "*"
},
"devDependencies": {
"expo": ">=33.0.0",
"react": "^18.0.0",
"react-native": "^0.64.0"
},
"peerDependencies": {
"expo": ">=33.0.0",
"react": "^16.0.0 || ^17.0.0 || ^18.0.0",
"react-native": "*"
}
}