-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
97 lines (97 loc) · 3.32 KB
/
package.json
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
{
"name": "bbbmobile",
"version": "0.14.3",
"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": {
"@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-webrtc": "6.0.0",
"@expo/vector-icons": "^14.0.0",
"@gorhom/bottom-sheet": "^4.4.2",
"@miblanchard/react-native-slider": "^2.2.0",
"@notifee/react-native": "^7.7.1",
"@openspacelabs/react-native-zoomable-view": "^2.1.1",
"@react-native-community/netinfo": "9.3.7",
"@react-native-community/slider": "4.4.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": "^1.8.3",
"axios": "^0.27.2",
"bbb-breakout-sdk": "git+https://github.com/mconf/bbb-mobile-sdk.git#breakout-v0.12.5",
"browser-bunyan": "^1.8.0",
"eas-cli": "^3.10.2",
"ejson": "^2.2.3",
"eventemitter2": "^6.4.7",
"expo": "~48.0.21",
"expo-application": "~5.1.1",
"expo-av": "~13.2.1",
"expo-device": "~5.2.1",
"expo-linking": "~4.0.1",
"expo-splash-screen": "~0.18.2",
"expo-status-bar": "~1.4.0",
"he": "^1.2.0",
"i18next": "^22.4.10",
"lottie-react-native": "5.1.4",
"p-retry": "5.1.2",
"react": "18.2.0",
"react-content-loader": "^6.2.0",
"react-dom": "18.2.0",
"react-i18next": "^12.1.5",
"react-native": "0.71.14",
"react-native-callkeep": "4.3.7",
"react-native-gesture-handler": "~2.9.0",
"react-native-htmlview": "^0.17.0",
"react-native-incall-manager": "git+https://github.com/frankemax/react-native-incall-manager.git#v0.1.0",
"react-native-orientation-locker": "github:pawlitos/react-native-orientation-locker",
"react-native-paper": "5.0.0-rc.3",
"react-native-reanimated": "~2.14.4",
"react-native-safe-area-context": "4.5.0",
"react-native-screens": "~3.20.0",
"react-native-svg": "13.5.0",
"react-native-url-polyfill": "^1.3.0",
"react-native-web": "~0.18.7",
"react-native-webrtc": "1.106.1",
"react-native-webview": "11.26.0",
"react-redux": "^8.0.2",
"reconnecting-websocket": "^4.4.0",
"rn-android-keyboard-adjust": "^2.1.2",
"styled-components": "^5.3.5",
"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",
"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"
}
}