-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
91 lines (91 loc) · 3.01 KB
/
package.json
File metadata and controls
91 lines (91 loc) · 3.01 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
{
"name": "syncre",
"main": "expo-router/entry",
"version": "2.0.3",
"scripts": {
"start": "EXPO_USE_FAST_RESOLVER=1 RCT_NO_LAUNCH_PACKAGER=1 expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"lint": "expo lint",
"build": "eas build && eas submit",
"real-build": "npx expo run:ios --configuration Release && npx expo run:android --variant=release"
},
"dependencies": {
"@expo/metro-runtime": "~6.1.2",
"@expo/ui": "0.2.0-beta.9",
"@expo/vector-icons": "^15.0.3",
"@nextui-org/react": "^2.6.11",
"@react-native-async-storage/async-storage": "^2.2.0",
"@react-native-community/blur": "^4.4.1",
"@react-native-community/datetimepicker": "^8.6.0",
"@react-native/codegen": "^0.83.1",
"@react-navigation/bottom-tabs": "^7.4.0",
"@react-navigation/elements": "^2.6.5",
"@react-navigation/native": "^7.1.8",
"@stablelib/hkdf": "^2.0.1",
"@stablelib/pbkdf2": "^2.0.1",
"@stablelib/sha256": "^2.0.1",
"@stablelib/xchacha20poly1305": "^2.0.1",
"base64-js": "^1.5.1",
"buffer": "^6.0.3",
"expo": "54.0.33",
"expo-asset": "~12.0.12",
"expo-audio": "^1.1.1",
"expo-av": "^16.0.8",
"expo-blur": "~15.0.8",
"expo-clipboard": "^8.0.8",
"expo-constants": "~18.0.13",
"expo-crypto": "^15.0.8",
"expo-dev-client": "~6.0.20",
"expo-device": "^8.0.10",
"expo-document-picker": "^14.0.8",
"expo-file-system": "^19.0.21",
"expo-font": "~14.0.11",
"expo-haptics": "~15.0.8",
"expo-image": "~3.0.11",
"expo-image-picker": "^17.0.10",
"expo-insights": "~0.10.8",
"expo-intent-launcher": "^13.0.8",
"expo-linear-gradient": "~15.0.8",
"expo-linking": "~8.0.11",
"expo-localization": "^17.0.8",
"expo-location": "^19.0.8",
"expo-notifications": "^0.32.16",
"expo-router": "~6.0.23",
"expo-secure-store": "^15.0.8",
"expo-splash-screen": "~31.0.13",
"expo-status-bar": "~3.0.9",
"expo-symbols": "~1.0.8",
"expo-system-ui": "~6.0.9",
"expo-video": "~3.0.15",
"expo-web-browser": "~15.0.10",
"leo-profanity": "^1.8.0",
"patch-package": "^8.0.1",
"postinstall-postinstall": "^2.1.0",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-native": "0.81.5",
"react-native-context-menu-view": "^1.21.0",
"react-native-gesture-handler": "~2.28.0",
"react-native-gradle-plugin": "^0.71.19",
"react-native-linear-gradient": "^2.8.3",
"react-native-safe-area-context": "~5.6.1",
"react-native-screens": "~4.16.0",
"react-native-shared-group-preferences": "^1.1.24",
"react-native-svg": "^15.12.1",
"react-native-vector-icons": "^10.3.0",
"react-native-web": "~0.21.2",
"tweetnacl": "^1.0.3"
},
"devDependencies": {
"@types/leo-profanity": "^1.5.5",
"@types/react": "~19.1.17",
"eslint": "^9.38.0",
"eslint-config-expo": "~10.0.0",
"expo-module-scripts": "^5.0.7",
"react-native-svg-transformer": "^1.5.2",
"typescript": "~5.9.3"
},
"private": true
}