{ "name": "tpmgnav", "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": { "@emotion/react": "^11.10.5", "@emotion/styled": "^11.10.5", "@expo/webpack-config": "^0.17.2", "@mui/material": "^5.10.15", "@react-navigation/drawer": "^6.5.1", "@react-navigation/native": "^6.0.14", "@react-navigation/native-stack": "^6.9.2", "expo": "~47.0.7", "expo-dev-client": "~2.0.1", "expo-status-bar": "~1.4.2", "expo-web-browser": "^12.0.0", "react": "18.1.0", "react-dom": "18.1.0", "react-native": "0.70.5", "react-native-gesture-handler": "^2.8.0", "react-native-reanimated": "~2.12.0", "react-native-safe-area-context": "4.4.1", "react-native-screens": "~3.18.0", "react-native-web": "~0.18.9", "react-navigation": "^4.4.4", "react-navigation-stack": "^2.10.4", "yarn": "^1.22.19" }, "devDependencies": { "@babel/core": "^7.12.9" }, "private": true }