This commit is contained in:
2024-10-12 03:55:19 +03:00
parent c0da607b72
commit 55ba06295e
37 changed files with 1200 additions and 156 deletions

View File

@@ -24,10 +24,13 @@
"@shopify/flash-list": "1.4.3",
"axios": "^1.5.0",
"babel-plugin-module-resolver": "^5.0.0",
"eas-cli": "^12.5.1",
"expo": "~49.0.8",
"expo-application": "~5.3.0",
"expo-av": "~13.4.1",
"expo-build-properties": "~0.8.3",
"expo-constants": "~14.4.2",
"expo-crypto": "~12.4.1",
"expo-dev-client": "~2.4.12",
"expo-file-system": "~15.4.4",
"expo-intent-launcher": "~10.7.0",
@@ -59,13 +62,13 @@
"react-native-webview": "13.2.2",
"react-redux": "^8.1.2",
"redux": "^4.2.1",
"rn-openapp": "^2.1.2",
"expo-av": "~13.4.1"
"rn-openapp": "^2.1.2"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.2.14",
"typescript": "^5.1.3"
},
"private": true
"private": true,
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}