mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-18 00:55:35 +00:00
* meta: use Yarn v3 instead of npm * Update CONTRIBUTING.md to fix linter errors * remove remaining npm commands * Update deps
26 lines
711 B
JSON
26 lines
711 B
JSON
{
|
|
"name": "@uppy-example/react-native-expo",
|
|
"dependencies": {
|
|
"@uppy/core": "workspace:*",
|
|
"@uppy/dashboard": "workspace:*",
|
|
"@uppy/instagram": "workspace:*",
|
|
"@uppy/react-native": "workspace:*",
|
|
"@uppy/tus": "workspace:*",
|
|
"@uppy/url": "workspace:*",
|
|
"@uppy/xhr-upload": "workspace:*",
|
|
"babel-preset-expo": "^5.0.0",
|
|
"base64-js": "^1.3.0",
|
|
"expo": "^42.0.0",
|
|
"preact-render-to-string": "^5.1.0",
|
|
"react": "^16.8.6",
|
|
"react-native": "~0.63.4"
|
|
},
|
|
"main": "node_modules/expo/AppEntry.js",
|
|
"private": true,
|
|
"scripts": {
|
|
"android": "expo start --android",
|
|
"eject": "expo eject",
|
|
"ios": "expo start --ios",
|
|
"start": "expo start"
|
|
}
|
|
}
|