uppy/examples/react-native-expo/package.json
2019-03-13 19:21:17 +03:00

27 lines
714 B
JSON

{
"name": "empty-project-template",
"main": "node_modules/expo/AppEntry.js",
"private": true,
"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",
"base-64": "^0.1.0",
"expo": "^31.0.2",
"react": "16.5.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-31.0.0.tar.gz",
"react-native-super-grid": "^3.0.3"
},
"devDependencies": {
"@babel/runtime": "^7.2.0",
"babel-preset-expo": "^5.0.0"
}
}