-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
95 lines (95 loc) 路 3.35 KB
/
Copy pathpackage.json
File metadata and controls
95 lines (95 loc) 路 3.35 KB
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "itchy-native",
"version": "2.8.2",
"main": "expo-router/entry",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"build:android:prod": "eas build --platform android --profile production --local --non-interactive --output=./.prod_outputs/app-prod.aab",
"build:ios:prod": "eas build --platform ios --profile production --local --non-interactive --output=./.prod_outputs/app-ios-prod.ipa",
"build:ios:dev": "eas build --platform ios --profile development --local --output=./.prod_outputs/app-ios-dev.ipa",
"build:android:local": "cd android && ./gradlew assembleRelease",
"postinstall": "patch-package",
"version": "node ./utils/postVersion.js"
},
"dependencies": {
"@bottom-tabs/react-navigation": "^0.12.2",
"@expo-google-fonts/inter": "^0.4.2",
"@expo/ui": "~57.0.4",
"@gorhom/bottom-sheet": "^5.2.14",
"@preeternal/react-native-cookie-manager": "^6.3.3",
"@react-native-firebase/app": "^25.1.0",
"@react-native-firebase/crashlytics": "^25.1.0",
"@react-native-picker/picker": "2.11.4",
"@react-native-vector-icons/ionicons": "^13.1.2",
"@shopify/flash-list": "2.0.2",
"@swan-io/react-native-browser": "^0.4.1",
"approximate-number": "^2.1.1",
"babel-preset-expo": "~57.0.2",
"country-emoji": "^1.5.6",
"expo": "~57.0.4",
"expo-asset": "~57.0.3",
"expo-build-properties": "~57.0.3",
"expo-clipboard": "~57.0.0",
"expo-constants": "~57.0.3",
"expo-crypto": "~57.0.0",
"expo-dev-client": "~57.0.5",
"expo-file-system": "~57.0.0",
"expo-font": "~57.0.0",
"expo-glass-effect": "~57.0.0",
"expo-gradle-jvmargs": "^1.1.2",
"expo-haptics": "~57.0.0",
"expo-image": "~57.0.0",
"expo-image-manipulator": "~57.0.2",
"expo-image-picker": "~57.0.2",
"expo-linear-gradient": "~57.0.0",
"expo-linking": "~57.0.2",
"expo-navigation-bar": "~57.0.1",
"expo-network": "~57.0.0",
"expo-router": "~57.0.4",
"expo-screen-orientation": "~57.0.0",
"expo-sharing": "~57.0.3",
"expo-status-bar": "~57.0.0",
"expo-system-ui": "~57.0.0",
"html-entities": "^2.6.0",
"itchy-multiplay": "^0.2.0",
"node-html-parser": "^7.1.0",
"prop-types": "^15.8.1",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-native": "0.86.0",
"react-native-bottom-tabs": "^0.12.2",
"react-native-device-info": "^14.1.1",
"react-native-edge-to-edge": "1.6.0",
"react-native-gesture-handler": "~2.32.0",
"react-native-mmkv": "^3.3.3",
"react-native-picker-select": "^9.3.1",
"react-native-reanimated": "4.5.0",
"react-native-reanimated-carousel": "^4.0.3",
"react-native-redash": "^18.1.5",
"react-native-safe-area-context": "~5.7.0",
"react-native-screens": "4.25.2",
"react-native-size-class": "^0.1.3",
"react-native-webrtc": "^124.0.7",
"react-native-webview": "13.16.1",
"react-native-worklets": "0.10.0",
"swr": "^2.4.2",
"time-ago": "^0.2.1",
"tinycolor2": "^1.6.0"
},
"devDependencies": {
"@babel/core": "^7.29.7",
"@types/react": "~19.2.17",
"baseline-browser-mapping": "^2.10.42",
"patch-package": "^8.0.1",
"typescript": "~6.0.3"
},
"private": true,
"reanimated": {
"staticFeatureFlags": {
"DISABLE_COMMIT_PAUSING_MECHANISM": true
}
}
}