-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.12 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
{
"name": "giuaschool-app",
"version": "3.1.4",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"expo-checkbox": "~4.0.0",
"expo-constants": "~17.0.3",
"expo-crypto": "~14.0.1",
"expo-device": "~7.0.1",
"expo-linking": "~7.0.3",
"expo-local-authentication": "~15.0.1",
"expo-router": "~4.0.16",
"expo-screen-orientation": "~8.0.3",
"expo-secure-store": "~14.0.0",
"expo-splash-screen": "~0.29.19",
"expo-status-bar": "~2.0.0",
"expo-system-ui": "~4.0.6",
"expo": "~52.0.24",
"react-native-gesture-handler": "~2.20.2",
"react-native-reanimated": "~3.16.6",
"react-native-safe-area-context": "~4.12.0",
"react-native-screens": "~4.4.0",
"react-native-webview": "~13.12.5",
"react-native": "~0.76.6",
"react": "~18.3.1"
},
"devDependencies": {
},
"private": true,
"expo": {
"doctor": {
"reactNativeDirectoryCheck": {
"enabled": true,
"listUnknownPackages": false
}
}
}
}