{ "scripts": { "start": "expo start --dev-client", "android": "expo run:android", "ios": "expo run:ios", "web": "expo start --web", "eject": "expo eject" }, "dependencies": { "@react-native-async-storage/async-storage": "1.17.11", "@react-native-community/datetimepicker": "6.7.3", "@react-native-masked-view/masked-view": "0.2.8", "@react-navigation/bottom-tabs": "^6.4.3", "@react-navigation/drawer": "^6.5.5", "@react-navigation/native": "^6.0.16", "@react-navigation/native-stack": "^6.9.4", "@reduxjs/toolkit": "^1.9.5", "axios": "^1.2.1", "expo": "^48.0.19", "expo-auth-session": "~4.0.3", "expo-random": "~13.1.1", "expo-splash-screen": "~0.18.2", "expo-status-bar": "~1.4.2", "expo-web-browser": "~12.1.1", "formik": "^2.2.9", "i18next": "^22.4.13", "jwt-decode": "^3.1.2", "lodash.filter": "^4.6.0", "lodash.isempty": "^4.4.0", "react": "18.2.0", "react-dom": "18.2.0", "react-i18next": "^12.2.0", "react-native": "0.71.8", "react-native-gesture-handler": "~2.9.0", "react-native-indicators": "^0.17.0", "react-native-loading-spinner-overlay": "^3.0.1", "react-native-reanimated": "~2.14.4", "react-native-responsive-screen": "^1.4.2", "react-native-safe-area-context": "4.5.0", "react-native-screens": "~3.20.0", "react-native-svg": "13.4.0", "react-native-svg-transformer": "^1.0.0", "react-native-vector-icons": "^9.2.0", "react-native-web": "~0.18.7", "react-redux": "^8.1.1", "redux": "^4.2.0", "redux-persist": "^6.0.0", "redux-saga": "^1.2.2", "reselect": "^4.1.8", "yup": "^0.32.11" }, "devDependencies": { "@babel/core": "^7.19.3" }, "private": true, "name": "diligent-react-native", "version": "1.0.0" }