|
1 | 1 | { |
2 | | - "main": "node_modules/expo/AppEntry.js", |
3 | 2 | "scripts": { |
4 | 3 | "start": "expo start", |
5 | 4 | "android": "expo start --android", |
|
8 | 7 | "eject": "expo eject" |
9 | 8 | }, |
10 | 9 | "dependencies": { |
11 | | - "@react-native/normalize-color": "^2.0.0", |
12 | | - "@react-navigation/native": "^6.0.13", |
13 | | - "@react-navigation/stack": "^6.0.13", |
14 | | - "expo": "^46.0.0", |
15 | | - "expo-status-bar": "~1.4.0", |
| 10 | + "@expo/metro-config": "^0.7.1", |
| 11 | + "@react-native/normalize-color": "^2.1.0", |
| 12 | + "@react-navigation/native": "^6.1.5", |
| 13 | + "@react-navigation/stack": "^6.3.15", |
| 14 | + "expo": "^48.0.4", |
| 15 | + "expo-status-bar": "~1.4.4", |
16 | 16 | "fuzzysearch": "^1.0.3", |
17 | 17 | "lodash": "^4.17.21", |
18 | | - "react": "18.0.0", |
19 | | - "react-dom": "18.0.0", |
20 | | - "react-native": "0.69.6", |
21 | | - "react-native-gesture-handler": "~2.5.0", |
22 | | - "react-native-reanimated": "~2.9.1", |
23 | | - "react-native-safe-area-context": "4.3.1", |
24 | | - "react-native-screens": "~3.15.0", |
25 | | - "react-native-svg": "12.3.0", |
26 | | - "react-native-ui-lib": "snapshot", |
27 | | - "react-native-web": "~0.18.7", |
28 | | - "unicorn-demo-app": "snapshot" |
29 | | - }, |
| 18 | + "metro-config": "^0.75.1", |
| 19 | + "react": "18.2.0", |
| 20 | + "react-dom": "18.2.0", |
| 21 | + "react-native": "0.71.3", |
| 22 | + "react-native-gesture-handler": "~2.9.0", |
| 23 | + "react-native-haptic-feedback": "^1.14.0", |
| 24 | + "react-native-navigation": "^7.32.1", |
| 25 | + "react-native-reanimated": "~2.14.4", |
| 26 | + "react-native-safe-area-context": "4.5.0", |
| 27 | + "react-native-screens": "~3.20.0", |
| 28 | + "react-native-svg": "13.4.0", |
| 29 | + "react-native-svg-transformer": "^1.0.0", |
| 30 | + "react-native-ui-lib": "^7.1.0", |
| 31 | + "react-native-web": "~0.18.12", |
| 32 | + "unicorn-demo-app": "^7.1.0" |
| 33 | + }, |
30 | 34 | "devDependencies": { |
31 | | - "@babel/core": "^7.18.6", |
32 | | - "@types/react": "~18.0.0", |
33 | | - "@types/react-native": "~0.69.1", |
34 | | - "typescript": "^4.6.3" |
| 35 | + "@babel/core": "^7.21.0", |
| 36 | + "@types/react": "~18.0.28", |
| 37 | + "@types/react-native": "~0.71.3", |
| 38 | + "typescript": "^4.9.5" |
35 | 39 | }, |
36 | 40 | "private": true |
37 | 41 | } |
0 commit comments