{ "name": "mallapp", "version": "1.0.0", "main": "expo/AppEntry.js", "scripts": { "start": "expo start", "android": "expo start --android", "ios": "expo start --ios", "web": "expo start --web" }, "dependencies": { "@react-navigation/native": "^6.1.18", "@react-navigation/stack": "^6.4.1", "axios": "^1.7.7", "expo": "~51.0.28", "expo-barcode-scanner": "~13.0.1", "expo-status-bar": "~1.12.1", "formik": "^2.4.6", "react": "18.2.0", "react-native": "0.74.5", "react-native-gesture-handler": "^2.20.0", "react-native-keychain": "^9.0.0", "react-native-otp-input": "^1.0.12", "react-native-safe-area-context": "^4.11.0", "react-redux": "^9.1.2", "redux": "^5.0.1", "sendgrid": "^5.2.3", "yup": "^1.4.0" }, "devDependencies": { "@babel/core": "^7.20.0" }, "private": true }