mirror of
https://github.com/transloadit/uppy.git
synced 2026-01-23 18:35:54 +00:00
35 lines
819 B
JSON
35 lines
819 B
JSON
{
|
|
"name": "@uppy/react-native",
|
|
"description": "React Native Uppy UI components",
|
|
"version": "0.1.9",
|
|
"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/instagram": "file:../instagram",
|
|
"@uppy/url": "file:../url"
|
|
},
|
|
"peerDependencies": {
|
|
"expo": ">=33.0.0",
|
|
"expo-document-picker": ">=6.0.0",
|
|
"expo-image-picker": ">=6.0.0",
|
|
"expo-permissions": ">=6.0.0",
|
|
"react": "^16.0.0 || ^17.0.0",
|
|
"react-native": "*"
|
|
}
|
|
}
|