-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
58 lines (58 loc) · 1.65 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
{
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/config-plugins": "~8.0.0",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/google-signin": "^5.0.0",
"@react-navigation/bottom-tabs": "^6.5.20",
"axios": "^1.3.4",
"expo": "^51.0.8",
"expo-auth-session": "~5.5.2",
"expo-constants": "~16.0.1",
"expo-font": "~12.0.5",
"expo-linking": "~6.3.1",
"expo-router": "^3.5.14",
"expo-splash-screen": "^0.27.4",
"expo-status-bar": "~1.12.1",
"expo-updates": "~0.25.14",
"firebase": "^10.11.0",
"formik": "^2.4.5",
"metro-config": "^0.80.8",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.1",
"react-native-animatable": "^1.4.0",
"react-native-elements": "^3.4.3",
"react-native-gesture-handler": "~2.16.1",
"react-native-popup-menu": "^0.16.1",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "4.10.1",
"react-native-screens": "3.31.1",
"react-native-toast-message": "^2.2.0",
"react-native-vector-icons": "^10.0.3",
"react-native-web": "~0.19.6",
"yup": "^1.4.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"react-native-dotenv": "^3.4.8"
},
"resolutions": {
"metro": "^0.73.10",
"metro-resolver": "^0.73.10"
},
"overrides": {
"metro": "^0.73.10",
"metro-resolver": "^0.73.10"
},
"name": "jobcentral",
"version": "1.0.0",
"private": true,
"main": "index.js"
}