|
5 | 5 | "private": true, |
6 | 6 | "main": "./index.ts", |
7 | 7 | "scripts": { |
8 | | - "start": "expo start", |
9 | | - "android": "expo start --android", |
10 | | - "ios": "expo start --ios", |
11 | | - "web": "expo start --web", |
12 | | - "eject": "expo eject" |
| 8 | + "start": "npx expo start", |
| 9 | + "android": "npx expo start --android", |
| 10 | + "ios": "npx expo start --ios", |
| 11 | + "web": "npx expo start --web" |
13 | 12 | }, |
14 | 13 | "dependencies": { |
| 14 | + "@expo/webpack-config": "^0.17.2", |
15 | 15 | "@gorhom/portal": "^1.0.13", |
16 | 16 | "@gorhom/showcase-template": "^2.1.0", |
17 | 17 | "@react-navigation/bottom-tabs": "^6.3.1", |
|
20 | 20 | "@react-navigation/native": "^6.0.10", |
21 | 21 | "@react-navigation/native-stack": "^6.6.2", |
22 | 22 | "@react-navigation/stack": "^6.2.1", |
23 | | - "expo": "^46.0.0", |
24 | | - "expo-status-bar": "~1.4.0", |
| 23 | + "expo": "^47.0.0", |
| 24 | + "expo-status-bar": "~1.4.2", |
25 | 25 | "faker": "^4.1.0", |
26 | 26 | "nanoid": "^3.3.3", |
27 | | - "react": "18.0.0", |
28 | | - "react-dom": "18.0.0", |
29 | | - "react-native": "0.69.4", |
30 | | - "react-native-gesture-handler": "~2.5.0", |
31 | | - "react-native-pager-view": "5.4.24", |
32 | | - "react-native-reanimated": "~2.9.1", |
| 27 | + "react": "18.1.0", |
| 28 | + "react-dom": "18.1.0", |
| 29 | + "react-native": "0.70.5", |
| 30 | + "react-native-gesture-handler": "~2.8.0", |
| 31 | + "react-native-pager-view": "6.0.1", |
| 32 | + "react-native-reanimated": "~2.12.0", |
33 | 33 | "react-native-redash": "^16.2.4", |
34 | | - "react-native-safe-area-context": "4.3.1", |
35 | | - "react-native-screens": "~3.15.0", |
| 34 | + "react-native-safe-area-context": "4.4.1", |
| 35 | + "react-native-screens": "~3.18.0", |
36 | 36 | "react-native-tab-view": "^3.1.1", |
37 | 37 | "react-native-web": "~0.18.7" |
38 | 38 | }, |
39 | 39 | "devDependencies": { |
40 | | - "@babel/core": "^7.18.6", |
41 | | - "@types/react": "~18.0.0", |
42 | | - "@types/react-native": "~0.69.1", |
| 40 | + "@babel/core": "^7.19.3", |
| 41 | + "@babel/plugin-proposal-export-namespace-from": "^7.18.9", |
| 42 | + "@types/react": "~18.0.24", |
| 43 | + "@types/react-native": "~0.70.6", |
| 44 | + "babel-loader": "^8.2.3", |
43 | 45 | "babel-plugin-module-resolver": "^4.1.0", |
44 | | - "expo-cli": "^6.0.2", |
45 | 46 | "typescript": "^4.6.3" |
46 | 47 | }, |
47 | 48 | "resolutions": { |
|
0 commit comments