mirror of https://github.com/tooot-app/app
23 lines
549 B
JSON
23 lines
549 B
JSON
|
{
|
||
|
"main": "node_modules/expo/AppEntry.js",
|
||
|
"scripts": {
|
||
|
"start": "expo start",
|
||
|
"android": "expo start --android",
|
||
|
"ios": "expo start --ios",
|
||
|
"web": "expo start --web",
|
||
|
"eject": "expo eject"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"expo": "~39.0.2",
|
||
|
"expo-status-bar": "~1.0.2",
|
||
|
"react": "16.13.1",
|
||
|
"react-dom": "16.13.1",
|
||
|
"react-native": "https://github.com/expo/react-native/archive/sdk-39.0.3.tar.gz",
|
||
|
"react-native-web": "~0.13.12"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@babel/core": "~7.9.0"
|
||
|
},
|
||
|
"private": true
|
||
|
}
|