-
Notifications
You must be signed in to change notification settings - Fork 63
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.61 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.61 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
{
"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",
"postinstall": "patch-package"
},
"dependencies": {
"@livekit/react-native-webrtc": "^137.0.2",
"@react-native-async-storage/async-storage": "^1.17.10",
"@react-navigation/native": "^7.1.18",
"@react-navigation/native-stack": "^7.3.27",
"@supersami/rn-foreground-service": "^2.2.5",
"livekit-client": "^2.15.8",
"react": "19.1.1",
"react-native": "0.82.1",
"react-native-callkeep": "^4.3.14",
"react-native-dialog": "^9.3.0",
"react-native-safe-area-context": "^5.5.2",
"react-native-screens": "^4.16.0",
"react-native-toast-message": "^2.2.0",
"react-native-url-polyfill": "^1.3.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@babel/runtime": "^7.25.0",
"@react-native-community/cli": "20.0.0",
"@react-native-community/cli-platform-android": "20.0.0",
"@react-native-community/cli-platform-ios": "20.0.0",
"@react-native/babel-preset": "0.83.0",
"@react-native/metro-config": "0.83.0",
"@react-native/typescript-config": "0.83.0",
"@types/fastestsmallesttextencoderdecoder": "^1.0.0",
"@types/react": "^19.2.0",
"babel-plugin-module-resolver": "^5.0.2",
"patch-package": "^8.0.0",
"react-native-builder-bob": "^0.40.17",
"react-native-monorepo-config": "^0.3.1"
},
"engines": {
"node": ">=20"
}
}