{ "name": "expo-init", "version": "1.0.0", "main": "node_modules/expo/AppEntry.js", "scripts": { "start": "expo start", "android": "expo start --android", "ios": "expo start --ios", "web": "expo start --web" }, "dependencies": { "@react-navigation/bottom-tabs": "^6.5.5", "@react-navigation/native": "^6.1.4", "@react-navigation/native-stack": "^6.9.10", "@react-navigation/stack": "^6.3.14", "@reduxjs/toolkit": "^1.9.3", "expo": "~47.0.12", "expo-status-bar": "~1.4.2", "react": "18.1.0", "react-dom": "18.1.0", "react-native": "0.70.5", "react-native-gesture-handler": "~2.8.0", "react-native-safe-area-context": "^4.5.0", "react-native-web": "~0.18.9", "react-redux": "^8.0.5", "redux": "^4.2.1" }, "devDependencies": { "@babel/core": "^7.12.9", "@types/react": "~18.0.14", "@types/react-native": "~0.70.6", "typescript": "^4.6.3" }, "private": true }