forked from livekit/client-sdk-react-native
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.09 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.09 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
{
"name": "livekit-react-native-example",
"description": "Example app for livekit-react-native",
"version": "0.1.0",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start"
},
"dependencies": {
"@react-navigation/native": "^6.0.8",
"@react-navigation/native-stack": "^6.5.0",
"@voximplant/react-native-foreground-service": "^3.0.1",
"react": "17.0.2",
"react-dom": "^17.0.0",
"react-native": "0.67.3",
"react-native-callkeep": "^4.3.3",
"react-native-gesture-handler": "^2.2.0",
"react-native-safe-area-context": "^4.0.1",
"react-native-screens": "^3.12.0",
"react-native-url-polyfill": "^1.3.0",
"react-native-webrtc": "https://github.com/livekit/react-native-webrtc.git#dl/wip-transceiver"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.1.6",
"@babel/runtime": "^7.12.5",
"@types/react-native-webrtc": "^1.75.5",
"babel-plugin-module-resolver": "^4.1.0",
"metro-react-native-babel-preset": "^0.69.0"
}
}