diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/package.json b/package.json index ded687e..e4200cb 100644 --- a/package.json +++ b/package.json @@ -9,10 +9,21 @@ "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": "0.74.5", + "react-native-keychain": "^9.0.0", + "react-native-otp-input": "^1.0.12", + "react-redux": "^9.1.2", + "redux": "^5.0.1", + "sendgrid": "^5.2.3", + "yup": "^1.4.0" }, "devDependencies": { "@babel/core": "^7.20.0" |