-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 2.51 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
{
"version": "1.0.0",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web --clear",
"run:dev:ios": "npx expo run:ios --device",
"run:dev:android": "npx expo run:android --device",
"prettier:fix": "npx prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\""
},
"dependencies": {
"@config-plugins/react-native-webrtc": "^6.0.0",
"@expo/webpack-config": "^18.0.1",
"@react-navigation/native": "^6.1.6",
"@react-navigation/native-stack": "^6.9.12",
"@react-navigation/stack": "^6.3.16",
"@types/react": "~18.0.27",
"d3-scale": "^4.0.2",
"expo": "~48.0.18",
"expo-apple-authentication": "~6.0.1",
"expo-asset": "~8.9.1",
"expo-auth-session": "~4.0.3",
"expo-av": "~13.2.1",
"expo-camera": "~13.2.1",
"expo-checkbox": "^2.3.1",
"expo-constants": "~14.2.1",
"expo-crypto": "~12.2.1",
"expo-device": "^5.2.1",
"expo-face-detector": "~12.1.1",
"expo-keep-awake": "~12.0.1",
"expo-linking": "~4.0.1",
"expo-modules-core": "~1.2.7",
"expo-notifications": "~0.18.1",
"expo-permissions": "^14.1.1",
"expo-router": "^1.5.3",
"expo-secure-store": "~12.1.1",
"expo-status-bar": "~1.4.4",
"expo-web-browser": "~12.1.1",
"mediasoup-client": "^3.6.89",
"moment": "^2.29.4",
"node-sass": "^8.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.71.8",
"react-native-dotenv": "^3.4.8",
"react-native-logs": "^5.0.1",
"react-native-pager-view": "6.1.2",
"react-native-paper": "^5.8.0",
"react-native-paper-dates": "^0.18.1",
"react-native-paper-select": "^1.0.2",
"react-native-root-toast": "3.4.1",
"react-native-safe-area-context": "4.5.0",
"react-native-sass-transformer": "^2.0.0",
"react-native-screens": "~3.20.0",
"react-native-svg": "^13.4.0",
"react-native-svg-transformer": "^1.0.0",
"react-native-tab-view": "^3.5.1",
"react-native-table-component": "^1.2.2",
"react-native-vector-icons": "^9.2.0",
"react-native-web": "~0.18.10",
"react-native-webrtc": "^111.0.1",
"socket.io-client": "^4.6.2",
"typescript": "^4.9.4",
"victory-native": "^36.6.10",
"expo-splash-screen": "~0.18.2"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react-native-table-component": "^1.2.4",
"prettier": "^2.8.8"
},
"private": true,
"overrides": {
"metro": "0.76.0",
"metro-resolver": "0.76.0"
},
"name": "mobile-client"
}