|
|
@ -30,13 +30,14 @@ |
|
|
|
"eslint": "^8.1.0", |
|
|
|
"eslint-plugin-react": "^7.26.1", |
|
|
|
"expo": "^49.0.0", |
|
|
|
"expo-app-loading": "~1.2.1", |
|
|
|
"expo-app-loading": "^2.1.1", |
|
|
|
"expo-asset": "~8.10.1", |
|
|
|
"expo-file-system": "~15.4.4", |
|
|
|
"expo-image-picker": "~14.3.2", |
|
|
|
"expo-location": "~16.1.0", |
|
|
|
"expo-permissions": "~14.2.1", |
|
|
|
"expo-secure-store": "~12.3.1", |
|
|
|
"expo-splash-screen": "~0.20.5", |
|
|
|
"expo-sqlite": "~11.3.3", |
|
|
|
"expo-status-bar": "~1.6.0", |
|
|
|
"formik": "^2.2.9", |
|
|
@ -67,7 +68,6 @@ |
|
|
|
"react-native-simple-dialogs": "^1.4.0", |
|
|
|
"react-native-svg": "13.9.0", |
|
|
|
"react-native-svg-transformer": "^0.14.3", |
|
|
|
"react-native-svg-uri": "^1.2.3", |
|
|
|
"react-native-walkthrough-tooltip": "^1.3.0", |
|
|
|
"react-native-web": "~0.19.6", |
|
|
|
"react-native-webview": "13.2.2", |
|
|
@ -84,5 +84,15 @@ |
|
|
|
"@babel/core": "^7.12.9", |
|
|
|
"jest-expo": "^43.0.0" |
|
|
|
}, |
|
|
|
"overrides": { |
|
|
|
"@expo/config-plugins": "~7.2.2", |
|
|
|
"@expo/prebuild-config": "~6.2.4", |
|
|
|
"expo-modules-autolinking": "~1.5.0" |
|
|
|
}, |
|
|
|
"resolutions": { |
|
|
|
"@expo/config-plugins": "~7.2.2", |
|
|
|
"@expo/prebuild-config": "~6.2.4", |
|
|
|
"expo-modules-autolinking": "~1.5.0" |
|
|
|
}, |
|
|
|
"private": true |
|
|
|
} |