-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
109 lines (109 loc) · 3.66 KB
/
package.json
File metadata and controls
109 lines (109 loc) · 3.66 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"name": "bbbmobile",
"version": "0.20.6",
"private": true,
"description": "BigBlueButton mobile sdk",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/mconf/bbb-mobile-sdk.git"
},
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"eject": "expo eject",
"lint": "eslint . --ext .js",
"lint:file": "eslint",
"build": "babel src/ -d lib/",
"prepublish": "npm run build"
},
"dependencies": {
"@apollo/client": "^3.13.9",
"@browser-bunyan/console-formatted-stream": "^1.8.0",
"@browser-bunyan/console-raw-stream": "^1.8.0",
"@browser-bunyan/levels": "^1.8.0",
"@browser-bunyan/server-stream": "^1.8.0",
"@config-plugins/react-native-callkeep": "^11.0.0",
"@config-plugins/react-native-webrtc": "12.0.0",
"@expo/vector-icons": "^14.0.0",
"@gorhom/bottom-sheet": "^4.4.2",
"@livekit/react-native": "2.9.3",
"@livekit/react-native-webrtc": "137.0.2",
"@miblanchard/react-native-slider": "^2.2.0",
"@openspacelabs/react-native-zoomable-view": "^2.1.1",
"@react-native-community/netinfo": "11.4.1",
"@react-native-community/slider": "4.5.6",
"@react-native-picker/picker": "2.11.2",
"@react-navigation/drawer": "^6.4.1",
"@react-navigation/native": "^6.0.10",
"@react-navigation/native-stack": "^6.6.2",
"@react-navigation/stack": "^6.3.4",
"@reduxjs/toolkit": "2.8.2",
"axios": "1.12.0",
"bbb-breakout-sdk": "git+https://github.com/mconf/bbb-mobile-sdk.git#breakout-v0.20.6",
"browser-bunyan": "^1.8.0",
"ejson": "^2.2.3",
"eventemitter2": "^6.4.7",
"expo": "53.0.23",
"expo-application": "~6.1.5",
"expo-av": "~15.1.7",
"expo-device": "~7.1.4",
"expo-font": "13.3.2",
"expo-linking": "~7.1.7",
"expo-notifications": "~0.31.4",
"expo-secure-store": "~14.2.3",
"expo-splash-screen": "~0.30.10",
"expo-status-bar": "~2.2.3",
"graphql": "16.11.0",
"graphql-ws": "^5.16.0",
"he": "^1.2.0",
"i18next": "25.5.2",
"livekit-client": "2.15.8",
"lottie-react-native": "7.2.4",
"p-retry": "5.1.2",
"react": "19.0.0",
"react-content-loader": "^6.2.0",
"react-dom": "19.0.0",
"react-i18next": "15.7.3",
"react-native": "0.79.5",
"react-native-callkeep": "^4.3.16",
"react-native-draggable-reanimated": "^1.0.5",
"react-native-gesture-handler": "~2.24.0",
"react-native-htmlview": "^0.17.0",
"react-native-incall-manager": "^4.2.0",
"react-native-orientation-locker": "^1.7.0",
"react-native-paper": "5.0.0-rc.3",
"react-native-reanimated": "~3.17.4",
"react-native-safe-area-context": "5.4.0",
"react-native-screens": "~4.11.1",
"react-native-svg": "15.11.2",
"react-native-url-polyfill": "^1.3.0",
"react-native-uuid": "^2.0.3",
"react-native-web": "^0.20.0",
"react-native-webview": "13.13.5",
"react-redux": "^9.2.0",
"reconnecting-websocket": "^4.4.0",
"rn-android-keyboard-adjust": "^2.1.2",
"styled-components": "6.1.19",
"url": "^0.11.0",
"util": "^0.12.4"
},
"devDependencies": {
"@babel/cli": "^7.19.3",
"@babel/core": "^7.20.0",
"@babel/eslint-parser": "^7.18.9",
"@babel/eslint-plugin": "^7.18.10",
"@types/react": "~19.0.10",
"babel-plugin-transform-remove-console": "^6.9.4",
"eslint": "^8.2.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"typescript": "~5.8.3"
}
}