-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
74 lines (74 loc) · 2.32 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
{
"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": {
"@expo/vector-icons": "^12.0.5",
"@react-native-async-storage/async-storage": "~1.15.0",
"@react-native-community/masked-view": "^0.1.11",
"@react-navigation/bottom-tabs": "^5.11.2",
"@react-navigation/native": "^5.8.10",
"@react-navigation/stack": "^5.12.8",
"axios": "^0.24.0",
"expo": "^43.0.3",
"expo-constants": "~12.1.3",
"expo-font": "~10.0.3",
"expo-image-picker": "^12.0.2",
"expo-linear-gradient": "~10.0.3",
"expo-status-bar": "~1.1.0",
"fiction-expo-restart": "^1.1.2",
"formik": "^2.2.9",
"is_js": "^0.9.0",
"moment": "^2.29.1",
"mongodb": "^4.5.0",
"native-base": "^3.2.2",
"nvm": "^0.0.4",
"radium": "^0.26.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-hook-form": "^7.29.0",
"react-native": "0.64.3",
"react-native-apple-header": "^0.1.1",
"react-native-dropdown-menu": "^2.0.0",
"react-native-flash-message": "^0.2.1",
"react-native-gesture-handler": "^1.10.3",
"react-native-image-picker": "^4.7.3",
"react-native-loading-spinner-overlay": "^3.0.0",
"react-native-material-dropdown": "^0.11.1",
"react-native-popup-menu": "^0.15.12",
"react-native-reanimated": "~2.2.0",
"react-native-restart": "^0.0.24",
"react-native-safe-area-context": "3.3.2",
"react-native-screens": "~3.8.0",
"react-native-snap-carousel": "^3.8.4",
"react-native-svg": "12.1.1",
"react-native-vector-icons": "^7.1.0",
"react-native-web": "~0.11.7",
"react-navigation-stack": "^2.10.4",
"react-phone-input-2": "^2.15.0",
"react-phone-number-input": "^3.1.49",
"react-redux": "^7.2.6",
"redux": "^4.1.2",
"redux-thunk": "^2.4.1",
"styled-components": "^5.3.3",
"validator": "^13.7.0"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/runtime": "^7.8.4",
"@react-native-community/eslint-config": "^1.1.0",
"babel-jest": "^25.1.0",
"eslint": "^6.5.1",
"jest": "^25.1.0",
"metro-react-native-babel-preset": "^0.59.0",
"react-test-renderer": "16.13.1"
},
"jest": {
"preset": "react-native"
}
}