uppy/packages/@uppy/react-native/package.json
2025-07-29 17:10:10 +02:00

41 lines
969 B
JSON

{
"name": "@uppy/react-native",
"description": "React Native Uppy UI components",
"version": "0.6.2",
"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": "^12.0.0",
"expo-image-picker": "^15.0.0",
"react-native-super-grid": "^6.0.0"
},
"devDependencies": {
"expo": ">=52.0.0",
"react": "^18.0.0",
"react-native": "^0.76.0"
},
"peerDependencies": {
"expo": ">=33.0.0",
"react": "^16.0.0 || ^17.0.0 || ^18.0.0",
"react-native": "*"
}
}