|
14 | 14 | }, |
15 | 15 | "dependencies": { |
16 | 16 | "@expo/webpack-config": "~19.0.1", |
17 | | - "crypto-browserify": "^3.12.0", |
18 | | - "expo": "^51.0.34", |
19 | | - "expo-constants": "~16.0.2", |
20 | | - "expo-crypto": "~13.0.2", |
21 | | - "expo-linking": "~6.3.1", |
22 | | - "expo-router": "~3.5.23", |
23 | | - "expo-splash-screen": "~0.27.6", |
24 | | - "expo-status-bar": "~1.12.1", |
25 | | - "react": "18.2.0", |
26 | | - "react-dom": "18.2.0", |
27 | | - "react-native": "~0.75.0", |
28 | | - "react-native-gesture-handler": "~2.18.1", |
29 | | - "react-native-paper": "^5.12.5", |
30 | | - "react-native-paper-dates": "^0.22.25", |
31 | | - "react-native-reanimated": "~3.15.0", |
32 | | - "react-native-safe-area-context": "4.10.5", |
33 | | - "react-native-screens": "~3.34.0", |
34 | | - "react-native-web": "~0.19.12", |
| 17 | + "crypto-browserify": "^3.12.1", |
| 18 | + "expo": "^52.0.28", |
| 19 | + "expo-constants": "~17.0.5", |
| 20 | + "expo-crypto": "~14.0.2", |
| 21 | + "expo-linking": "~7.0.5", |
| 22 | + "expo-router": "~4.0.17", |
| 23 | + "expo-splash-screen": "~0.29.21", |
| 24 | + "expo-status-bar": "~2.0.1", |
| 25 | + "react": "18.3.1", |
| 26 | + "react-dom": "18.3.1", |
| 27 | + "react-native": "~0.76.6", |
| 28 | + "react-native-gesture-handler": "~2.22.1", |
| 29 | + "react-native-paper": "^5.13.1", |
| 30 | + "react-native-paper-dates": "^0.22.30", |
| 31 | + "react-native-reanimated": "~3.16.7", |
| 32 | + "react-native-safe-area-context": "5.1.0", |
| 33 | + "react-native-screens": "~4.5.0", |
| 34 | + "react-native-web": "~0.19.13", |
35 | 35 | "stream-browserify": "^3.0.0" |
36 | 36 | }, |
37 | 37 | "devDependencies": { |
38 | | - "@babel/core": "^7.24.9", |
| 38 | + "@babel/core": "^7.26.7", |
39 | 39 | "babel-loader": "^9.2.1", |
40 | 40 | "babel-plugin-module-resolver": "^5.0.2" |
41 | 41 | }, |
42 | 42 | "expo": { |
| 43 | + "doctor": { |
| 44 | + "reactNativeDirectoryCheck": { |
| 45 | + "exclude": [ |
| 46 | + "@expo/webpack-config", |
| 47 | + "crypto-browserify", |
| 48 | + "stream-browserify" |
| 49 | + ], |
| 50 | + "listUnknownPackages": false |
| 51 | + } |
| 52 | + }, |
43 | 53 | "install": { |
44 | 54 | "exclude": [ |
45 | | - "react-native@~0.74.0", |
46 | | - "react-native-reanimated@~3.10.0", |
47 | | - "react-native-gesture-handler@~2.16.1", |
48 | | - "react-native-screens@~3.31.1" |
| 55 | + "react-native-reanimated", |
| 56 | + "react-native-gesture-handler", |
| 57 | + "react-native-screens", |
| 58 | + "react-native-safe-area-context", |
| 59 | + "react-native-webview" |
49 | 60 | ] |
50 | 61 | } |
51 | 62 | } |
|
0 commit comments