{ "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": { "@react-native-async-storage/async-storage": "^1.13.0", "@react-native-community/masked-view": "0.1.10", "@react-navigation/bottom-tabs": "^5.9.2", "@react-navigation/native": "^5.7.6", "@react-navigation/stack": "^5.9.3", "@reduxjs/toolkit": "^1.4.0", "expo": "~39.0.2", "expo-app-auth": "~9.2.0", "expo-status-bar": "~1.0.2", "prop-types": "^15.7.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-gesture-handler": "~1.7.0", "react-native-reanimated": "~1.13.0", "react-native-render-html": "^4.2.4", "react-native-safe-area-context": "3.1.4", "react-native-screens": "~2.10.1", "react-native-web": "~0.13.7", "react-native-webview": "10.7.0", "react-redux": "^7.2.1", "@react-native-community/segmented-control": "2.1.1", "@expo/vector-icons": "^10.0.0" }, "devDependencies": { "@babel/core": "~7.9.0", "@babel/plugin-proposal-optional-chaining": "^7.12.1", "babel-plugin-module-resolver": "^4.0.0" }, "private": true }