-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 2.07 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 2.07 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
{
"name": "learn-share-app",
"version": "1.0.0",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@config-plugins/react-native-webrtc": "^10.0.0",
"@expo-google-fonts/inter": "^0.2.3",
"@hookform/resolvers": "^3.9.1",
"@livekit/react-native": "^2.5.1",
"@livekit/react-native-expo-plugin": "^1.0.1",
"@livekit/react-native-webrtc": "^125.0.7",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/datetimepicker": "8.2.0",
"axios": "^1.7.9",
"expo": "~52.0.25",
"expo-clipboard": "~7.0.1",
"expo-constants": "~17.0.4",
"expo-dev-client": "~5.0.10",
"expo-file-system": "~18.0.7",
"expo-font": "~13.0.3",
"expo-image-manipulator": "^13.0.6",
"expo-image-picker": "~16.0.4",
"expo-linking": "~7.0.4",
"expo-localization": "~16.0.1",
"expo-navigation-bar": "^4.0.7",
"expo-router": "~4.0.11",
"expo-secure-store": "~14.0.1",
"expo-splash-screen": "~0.29.21",
"expo-status-bar": "~2.0.1",
"expo-video": "~2.0.5",
"fbemitter": "^3.0.0",
"i18next": "^24.2.1",
"install": "^0.13.0",
"livekit-server-sdk": "^2.9.5",
"pnpm": "^9.15.4",
"react": "18.3.1",
"react-hook-form": "^7.54.2",
"react-i18next": "^15.4.0",
"react-native": "0.76.6",
"react-native-date-picker": "^5.0.8",
"react-native-dotenv": "^3.4.11",
"react-native-dropdown-picker": "^5.4.6",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.4.0",
"react-native-sticky-parallax-header": "^1.0.0-rc.9",
"react-native-toast-notifications": "^3.4.0",
"react-native-webview": "13.12.5",
"react-native-youtube-iframe": "^2.3.0",
"rimraf": "^6.0.1",
"zod": "^3.24.1"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/plugin-transform-class-properties": "^7.25.9",
"@types/fbemitter": "^2.0.35",
"@types/react": "~18.3.12",
"typescript": "^5.3.3"
},
"private": true
}