| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- {
- "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.5.2",
- "@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",
- "axios": "^1.2.1",
- "expo": "~47.0.8",
- "expo-auth-session": "~3.8.0",
- "expo-random": "~13.0.0",
- "expo-splash-screen": "~0.17.5",
- "expo-status-bar": "~1.4.2",
- "expo-web-browser": "~12.0.0",
- "formik": "^2.2.9",
- "jwt-decode": "^3.1.2",
- "lodash.filter": "^4.6.0",
- "lodash.isempty": "^4.4.0",
- "react": "18.1.0",
- "react-dom": "18.1.0",
- "react-native": "0.70.5",
- "react-native-gesture-handler": "~2.8.0",
- "react-native-indicators": "^0.17.0",
- "react-native-loading-spinner-overlay": "^3.0.1",
- "react-native-reanimated": "~2.12.0",
- "react-native-responsive-screen": "^1.4.2",
- "react-native-safe-area-context": "4.4.1",
- "react-native-screens": "~3.18.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.0.5",
- "redux": "^4.2.0",
- "redux-saga": "^1.2.2",
- "yup": "^0.32.11"
- },
- "devDependencies": {
- "@babel/core": "^7.19.3"
- },
- "private": true,
- "name": "diligent-react-native",
- "version": "1.0.0"
- }
|