|
7 | 7 | "web": "expo start --web", |
8 | 8 | "eject": "expo eject", |
9 | 9 | "desktop": "tauri dev", |
10 | | - "build-android": "expo build:android", |
11 | | - "build-ios": "expo build:ios", |
12 | | - "build-web": "expo build:web", |
| 10 | + "build-android": "eas build -p android", |
| 11 | + "build-ios": "eas build -p ios", |
| 12 | + "build-web": "expo export:web", |
13 | 13 | "build-desktop": "tauri build", |
14 | 14 | "lint": "eslint ." |
15 | 15 | }, |
16 | 16 | "dependencies": { |
17 | | - "@react-native-async-storage/async-storage": "~1.15.0", |
18 | | - "@react-navigation/native": "^6.0.2", |
19 | | - "@react-navigation/stack": "^6.0.7", |
20 | | - "@tauri-apps/api": "^1.0.0-beta.8", |
| 17 | + "@expo/webpack-config": "^0.17.0", |
| 18 | + "@react-native-async-storage/async-storage": "~1.17.3", |
| 19 | + "@react-navigation/native": "^6.0.11", |
| 20 | + "@react-navigation/stack": "^6.2.2", |
| 21 | + "@tauri-apps/api": "^1.0.2", |
21 | 22 | "deepmerge": "^4.2.2", |
22 | | - "expo": "~42.0.1", |
23 | | - "expo-splash-screen": "~0.11.2", |
24 | | - "expo-status-bar": "~1.0.4", |
25 | | - "react": "16.13.1", |
26 | | - "react-dom": "^17.0.2", |
27 | | - "react-native": "https://github.com/expo/react-native/archive/sdk-42.0.0.tar.gz", |
28 | | - "react-native-gesture-handler": "~1.10.2", |
29 | | - "react-native-paper": "^4.9.2", |
30 | | - "react-native-safe-area-context": "3.2.0", |
31 | | - "react-native-screens": "~3.4.0", |
32 | | - "react-native-web": "^0.17.1", |
33 | | - "react-redux": "^7.2.5", |
34 | | - "redux": "^4.1.1", |
| 23 | + "expo": "^46.0.0", |
| 24 | + "expo-splash-screen": "~0.16.1", |
| 25 | + "expo-status-bar": "~1.4.0", |
| 26 | + "react": "18.0.0", |
| 27 | + "react-dom": "18.0.0", |
| 28 | + "react-native": "0.69.3", |
| 29 | + "react-native-gesture-handler": "~2.5.0", |
| 30 | + "react-native-paper": "^4.12.4", |
| 31 | + "react-native-safe-area-context": "4.3.1", |
| 32 | + "react-native-screens": "~3.15.0", |
| 33 | + "react-native-web": "~0.18.7", |
| 34 | + "react-redux": "^8.0.2", |
| 35 | + "redux": "^4.2.0", |
35 | 36 | "redux-logger": "^3.0.6", |
36 | 37 | "redux-persist": "^6.0.0" |
37 | 38 | }, |
38 | 39 | "devDependencies": { |
39 | | - "@babel/core": "^7.9.0", |
40 | | - "@tauri-apps/cli": "^1.0.0-beta.10", |
41 | | - "@types/react": "~16.9.35", |
42 | | - "@types/react-native": "~0.63.2", |
| 40 | + "@babel/core": "^7.18.6", |
| 41 | + "@tauri-apps/cli": "^1.0.5", |
| 42 | + "@types/react": "~18.0.0", |
| 43 | + "@types/react-native": "~0.69.1", |
43 | 44 | "@types/redux-logger": "^3.0.9", |
44 | | - "@typescript-eslint/eslint-plugin": "^4.31.0", |
45 | | - "@typescript-eslint/parser": "^4.31.0", |
46 | | - "babel-preset-expo": "^8.4.1", |
47 | | - "eslint": "^7.32.0", |
48 | | - "eslint-config-universe": "^7.0.1", |
49 | | - "prettier": "^2.3.2", |
50 | | - "typescript": "~4.0.0" |
| 45 | + "@typescript-eslint/eslint-plugin": "^5.32.0", |
| 46 | + "@typescript-eslint/parser": "^5.32.0", |
| 47 | + "babel-preset-expo": "~9.2.0", |
| 48 | + "eslint": "^8.21.0", |
| 49 | + "eslint-config-universe": "^11.1.0", |
| 50 | + "prettier": "^2.7.1", |
| 51 | + "typescript": "^4.6.3" |
51 | 52 | }, |
52 | 53 | "private": true, |
53 | 54 | "eslintConfig": { |
|
0 commit comments