-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 2.09 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "npx expo start",
"android": "npx expo start --android",
"ios": "npx expo start --ios",
"web": "npx expo start --web",
"tauri": "npx tauri dev",
"eject": "npx expo prebuild",
"build": "npx eas-cli build",
"build-android": "npx eas-cli build --platform android",
"build-android-development": "npx eas-cli build --profile development",
"build-web": "npx expo export --platform web",
"build-desktop": "npx tauri build"
},
"dependencies": {
"@gluestack-style/react": "^1.0.54",
"@gluestack-ui/themed": "^1.1.22",
"@react-native-async-storage/async-storage": "1.21.0",
"@react-navigation/bottom-tabs": "^6.5.12",
"@react-navigation/material-top-tabs": "^6.6.6",
"@react-navigation/native": "^6.1.10",
"@react-navigation/stack": "^6.3.21",
"@sentry/react-native": "~5.20.0",
"@tauri-apps/api": "^1.5.3",
"expo": "^50.0.17",
"expo-build-properties": "~0.11.1",
"expo-dev-client": "~3.3.11",
"expo-linking": "~6.2.2",
"expo-localization": "~14.8.4",
"expo-print": "~12.8.1",
"expo-sharing": "~11.10.0",
"expo-status-bar": "~1.11.1",
"expo-tracking-transparency": "~3.3.0",
"expo-updates": "~0.24.12",
"i18next": "^23.10.0",
"moment": "^2.30.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "^14.0.5",
"react-native": "0.73.6",
"react-native-event-listeners": "^1.0.7",
"react-native-gesture-handler": "~2.14.0",
"react-native-google-mobile-ads": "^13.0.1",
"react-native-pager-view": "6.2.3",
"react-native-safe-area-context": "4.8.2",
"react-native-screens": "~3.29.0",
"react-native-svg": "14.1.0",
"react-native-tab-view": "^3.5.2",
"react-native-web": "^0.19.10",
"react-redux": "^8.1.3",
"redux": "^4.2.1",
"redux-persist": "^6.0.0"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@expo/metro-runtime": "~3.1.3",
"@tauri-apps/cli": "^1.5.9",
"babel-plugin-module-resolver": "^5.0.0",
"babel-preset-expo": "^10.0.1"
},
"private": true
}