diff options
author | 2024-10-16 16:18:51 +0530 | |
---|---|---|
committer | 2024-10-16 16:18:51 +0530 | |
commit | 9c8ff4627d5ef5cf2998ef74e1e1742bfb1fba9c (patch) | |
tree | 6e6e7ca7b152f8e20f9023341cb14ccb7d0f3070 /package.json | |
parent | 61e0c1fa0a43449103e0fe392bce6f36c4fbed37 (diff) | |
download | yt-local-9c8ff4627d5ef5cf2998ef74e1e1742bfb1fba9c.tar.gz yt-local-9c8ff4627d5ef5cf2998ef74e1e1742bfb1fba9c.tar.bz2 yt-local-9c8ff4627d5ef5cf2998ef74e1e1742bfb1fba9c.zip |
Update dependencies in package.json and yarn.lock
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" |