-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 2.04 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 2.04 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
{
"name": "@gratonite/mobile",
"version": "0.2.0",
"private": true,
"description": "Gratonite native iOS app (Expo SDK 54 + Liquid Glass)",
"main": "index.js",
"scripts": {
"start": "EXPO_NO_METRO_WORKSPACE_ROOT=1 expo start",
"ios": "expo run:ios",
"android": "expo run:android",
"typecheck": "tsc --noEmit",
"doctor": "npx expo-doctor",
"prebuild": "expo prebuild --clean",
"prebuild:ios": "expo prebuild --platform ios --clean",
"eas:build:ios:dev": "eas build --platform ios --profile development",
"eas:build:ios:preview": "eas build --platform ios --profile preview",
"eas:build:ios:prod": "eas build --platform ios --profile production",
"eas:submit:ios": "eas submit --platform ios --profile production"
},
"dependencies": {
"@expo/vector-icons": "^15.1.1",
"@gratonite/types": "workspace:*",
"@livekit/react-native": "^2.9.6",
"@livekit/react-native-webrtc": "^137.0.2",
"@react-navigation/bottom-tabs": "^7.0.0",
"@react-navigation/native": "^7.0.0",
"@react-navigation/native-stack": "^7.0.0",
"@shopify/flash-list": "^2.0.2",
"@tanstack/react-query": "^5.60.0",
"expo": "^54.0.0",
"expo-background-task": "*",
"expo-blur": "*",
"expo-constants": "^18.0.13",
"expo-font": "~14.0.11",
"expo-glass-effect": "*",
"expo-haptics": "*",
"expo-image": "*",
"expo-linear-gradient": "^55.0.8",
"expo-linking": "*",
"expo-modules-core": "~3.0.29",
"expo-notifications": "*",
"expo-secure-store": "*",
"expo-splash-screen": "*",
"expo-status-bar": "*",
"expo-task-manager": "*",
"livekit-client": "^2.17.2",
"react": "19.1.0",
"react-native": "0.81.5",
"react-native-gesture-handler": "^2.28.0",
"react-native-reanimated": "^4.1.6",
"react-native-safe-area-context": "^5.6.2",
"react-native-screens": "^4.16.0",
"react-native-worklets": "0.5.1",
"socket.io-client": "^4.7.0",
"zustand": "^5.0.0"
},
"devDependencies": {
"@types/react": "~19.1.0",
"typescript": "~5.9.2"
}
}