-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.54 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
{
"name": "facial-paralysis-care",
"version": "1.0.0",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@react-native-community/masked-view": "^0.1.11",
"@react-navigation/native": "^6.1.6",
"@react-navigation/native-stack": "^6.9.12",
"expo": "^51.0.26",
"expo-camera": "~15.0.14",
"expo-dev-client": "~4.0.22",
"expo-document-picker": "~12.0.2",
"expo-file-system": "~17.0.1",
"expo-linking": "~6.3.1",
"expo-navigation-bar": "~3.0.7",
"expo-sharing": "~12.0.1",
"expo-splash-screen": "~0.27.5",
"expo-sqlite": "~14.0.6",
"expo-status-bar": "~1.12.1",
"expo-system-ui": "~3.0.7",
"react": "18.2.0",
"react-native": "0.74.5",
"react-native-calendars": "^1.1295.0",
"react-native-gesture-handler": "~2.16.1",
"react-native-paper": "^5.5.2",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "3.31.1",
"react-native-svg": "15.2.0",
"react-native-webview": "13.8.6"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"overrides": {
"@react-native-community/cli-server-api@<=13.6.9": {
"ws": "~8.17.1"
},
"@react-native/dev-middleware@<=0.74.87": {
"ws": "~8.17.1"
},
"metro@<=0.80.10": {
"ws": "~8.17.1"
},
"react-devtools-core@<=5.3.1": {
"ws": "^8.17.1"
},
"react-native@0.74.5": {
"ws": "~8.17.1"
}
}
}