26 lines
566 B
JSON
26 lines
566 B
JSON
{
|
|
"name": "mobile",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "expo start --dev-client",
|
|
"android": "expo run:android",
|
|
"ios": "expo run:ios",
|
|
"web": "expo start --web"
|
|
},
|
|
"dependencies": {
|
|
"expo": "~44.0.2",
|
|
"expo-splash-screen": "~0.14.1",
|
|
"expo-status-bar": "~1.2.0",
|
|
"react": "17.0.1",
|
|
"react-dom": "17.0.1",
|
|
"react-native": "0.64.3",
|
|
"react-native-web": "0.17.1",
|
|
"react-native-webview": "^11.18.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.9"
|
|
},
|
|
"private": true
|
|
}
|