1{ 2 "dependencies": { 3 "expo": "^48.0.4", 4 "expo-constants": "~14.2.1", 5 "expo-linking": "~4.0.1", 6 "expo-router": "1.4.3", 7 "expo-splash-screen": "~0.18.1", 8 "expo-status-bar": "~1.4.2", 9 "react": "18.2.0", 10 "react-dom": "18.2.0", 11 "react-native": "0.71.3", 12 "react-native-gesture-handler": "~2.9.0", 13 "react-native-safe-area-context": "4.5.0", 14 "react-native-screens": "~3.20.0", 15 "react-native-web": "~0.18.7" 16 }, 17 "devDependencies": { 18 "@babel/core": "^7.19.3" 19 }, 20 "name": "with-router", 21 "version": "1.0.0" 22} 23