mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-18 09:05:55 +00:00
| Package | Version | Package | Version | | ------------------ | ------- | ------------------ | ------- | | @uppy/core | 3.7.1 | @uppy/react-native | 0.5.2 | | @uppy/dashboard | 3.7.1 | uppy | 3.19.1 | | @uppy/react | 3.2.1 | | | - @uppy/react: Revert "@uppy/react: add useUppyState (#4711)" (Artur Paikin / #4789) - @uppy/dashboard: fix(@uppy/dashboard): fix wrong option type in index.d.ts (dzcpy / #4788) - meta: fix build of TypeScript plugins (Antoine du Hamel / #4784) - @uppy/core,@uppy/dashboard,@uppy/react-native: Update Uppy's blue color to meet WCAG contrast requirements (Alexander Zaytsev / #4777) - meta: fix JS2TS script (Antoine du Hamel / #4778)
36 lines
858 B
JSON
36 lines
858 B
JSON
{
|
|
"name": "@uppy/react-native",
|
|
"description": "React Native Uppy UI components",
|
|
"version": "0.5.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": "^10.3.0",
|
|
"expo-image-picker": "^13.3.1",
|
|
"react-native-super-grid": "*"
|
|
},
|
|
"peerDependencies": {
|
|
"expo": ">=33.0.0",
|
|
"react": "^16.0.0 || ^17.0.0 || ^18.0.0",
|
|
"react-native": "*"
|
|
}
|
|
}
|