{ "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-picker/picker": "^2.1.0", "@react-navigation/drawer": "^6.1.8", "@react-navigation/native": "^6.0.4", "@react-navigation/stack": "^6.0.9", "expo": "~42.0.1", "expo-status-bar": "~1.0.4", "firebase": "8.2.3", "react": "16.13.1", "react-dom": "16.13.1", "react-native": "https://github.com/expo/react-native/archive/sdk-42.0.0.tar.gz", "react-native-calendars": "^1.1267.0", "react-native-gifted-chat": "^0.16.3", "react-native-multi-selectbox": "^1.5.0", "react-native-paper": "^4.9.2", "react-native-web": "~0.13.12", "react-redux": "^7.2.5", "redux": "^4.1.1", "redux-thunk": "^2.3.0" }, "devDependencies": { "@babel/core": "^7.9.0" }, "private": true }