uppy/examples/react-native-expo/package.json
2019-03-15 13:49:28 +03:00

23 lines
580 B
JSON

{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject"
},
"dependencies": {
"@uppy/core": "^0.30.3",
"@uppy/instagram": "^0.30.3",
"@uppy/tus": "^0.30.3",
"@uppy/url": "^0.30.3",
"@uppy/xhr-upload": "^0.30.3",
"expo": "^32.0.0",
"react": "16.5.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-32.0.0.tar.gz"
},
"devDependencies": {
"babel-preset-expo": "^5.0.0"
},
"private": true
}