diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/package.json b/package.json index 92f58d3..a2e50d2 100644 --- a/package.json +++ b/package.json @@ -15,13 +15,17 @@ "preset": "jest-expo" }, "dependencies": { + "@babel/runtime": "^7.25.6", "@expo/vector-icons": "^14.0.2", "@react-native-async-storage/async-storage": "1.23.1", + "@react-native/assets-registry": "^0.75.2", "@react-navigation/native": "^6.0.2", "expo": "~51.0.28", "expo-constants": "~16.0.2", + "expo-device": "~6.0.2", "expo-font": "~12.0.9", "expo-linking": "~6.3.1", + "expo-notifications": "~0.28.16", "expo-router": "~3.5.23", "expo-splash-screen": "~0.27.5", "expo-status-bar": "~1.12.1", @@ -31,14 +35,12 @@ "react-dom": "18.2.0", "react-native": "0.74.5", "react-native-gesture-handler": "~2.16.1", - "react-native-maps": "^1.14.0", + "react-native-maps": "1.14.0", "react-native-reanimated": "~3.10.1", "react-native-safe-area-context": "4.10.5", "react-native-screens": "3.31.1", "react-native-web": "~0.19.10", - "typescript-language-server": "^4.3.3", - "expo-notifications": "~0.28.16", - "expo-device": "~6.0.2" + "typescript-language-server": "^4.3.3" }, "devDependencies": { "@babel/core": "^7.20.0", |