-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 943 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 943 Bytes
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
{
"name": "react-native-expo-quickstart",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@config-plugins/react-native-webrtc": "^15.0.2",
"@livekit/react-native": "^3.0.0",
"@livekit/react-native-expo-plugin": "^1.0.3",
"@livekit/react-native-webrtc": "^144.2.0",
"@types/react": "~19.2.4",
"expo": "~57.0.24",
"expo-dev-client": "~57.0.19",
"expo-splash-screen": "~57.0.9",
"expo-status-bar": "~57.0.1",
"livekit-client": "^2.22.3",
"react": "19.2.3",
"react-native": "0.86.3",
"typescript": "~6.0.3"
},
"devDependencies": {
"@babel/core": "^7.29.0"
},
"private": true,
"overrides": {
"@livekit/react-native-expo-plugin": {
"@livekit/react-native": "$@livekit/react-native"
}
}
}