mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-20 16:53:33 +00:00
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>
41 lines
964 B
JSON
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": "*"
|
|
}
|
|
}
|