-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.42 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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.22.2",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-community/netinfo": "11.1.0",
"@react-navigation/bottom-tabs": "^6.5.12",
"@react-navigation/native": "^6.1.10",
"@react-navigation/stack": "^6.3.21",
"apisauce": "^3.0.1",
"base-64": "^1.0.0",
"expo": "^50.0.6",
"expo-blur": "~12.9.2",
"expo-constants": "^15.4.5",
"expo-image-picker": "^14.7.1",
"expo-location": "^16.5.3",
"expo-permissions": "^14.4.0",
"expo-secure-store": "~12.8.1",
"formik": "^2.4.5",
"lottie-react-native": "6.5.1",
"moment": "^2.30.1",
"react": "^18.2.0",
"react-native": "^0.73.4",
"react-native-expo-image-cache": "^4.1.0",
"react-native-gesture-handler": "^2.15.0",
"react-native-progress": "^5.0.1",
"react-native-reanimated": "^3.7.0",
"react-native-safe-area-context": "^4.9.0",
"react-native-screens": "^3.29.0",
"react-native-web": "^0.19.10",
"yup": "^1.3.3",
"expo-splash-screen": "~0.26.4",
"expo-notifications": "~0.27.6"
},
"private": true,
"devDependencies": {
"@babel/core": "^7.23.9",
"babel-preset-expo": "^10.0.1"
}
}