This commit is contained in:
Tomas Dvorak
2026-03-13 19:11:12 +01:00
parent e08858ba48
commit 323cc5fca6
97 changed files with 1402 additions and 7091 deletions
+12 -4
View File
@@ -17,7 +17,7 @@
"@react-navigation/bottom-tabs": "^6.6.1",
"@react-navigation/native": "^6.1.18",
"@react-navigation/native-stack": "^6.11.0",
"axios": "^1.6.8",
"axios": "^1.13.6",
"expo": "~51.0.8",
"expo-build-properties": "~0.12.5",
"expo-camera": "~15.0.13",
@@ -28,7 +28,7 @@
"react": "18.2.0",
"react-native": "0.74.5",
"react-native-animated-pagination-dot": "^0.4.0",
"react-native-device-info": "^15.0.1",
"react-native-device-info": "^15.0.2",
"react-native-gesture-handler": "~2.16.1",
"react-native-haptic-feedback": "^2.3.3",
"react-native-linear-gradient": "^2.8.3",
@@ -39,9 +39,17 @@
"react-native-svg": "15.2.0"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/core": "^7.29.0",
"@types/react": "~18.2.79",
"@types/react-native": "0.73.0",
"typescript": "~5.3.3"
},
"overrides": {
"fast-xml-parser": "4.5.4",
"glob@10": {
"minimatch": "9.0.7"
},
"glob@7": {
"minimatch": "3.1.3"
}
}
}