-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
79 lines (79 loc) · 2.71 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
75
76
77
78
79
{
"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/react-native-action-sheet": "^4.0.1",
"@flyerhq/react-native-chat-ui": "^1.4.3",
"@gorhom/bottom-sheet": "^4.4.8",
"@react-native-async-storage/async-storage": "1.17.11",
"@react-native-community/clipboard": "^1.5.1",
"@react-native-community/masked-view": "0.1.11",
"@react-native-community/netinfo": "9.3.7",
"@react-native-community/slider": "4.4.2",
"@react-native-picker/picker": "2.4.8",
"@react-navigation/bottom-tabs": "^6.5.7",
"@react-navigation/drawer": "^6.6.2",
"@react-navigation/native": "^6.1.6",
"@react-navigation/native-stack": "^6.9.12",
"@react-navigation/stack": "^6.3.16",
"@reduxjs/toolkit": "^1.9.5",
"axios": "^1.4.0",
"base-64": "^1.0.0",
"date-fns": "^2.30.0",
"expo": "^48.0.16",
"expo-blur": "~12.2.2",
"expo-image-picker": "^15.0.7",
"expo-linear-gradient": "~12.1.2",
"expo-local-authentication": "~13.3.0",
"expo-secure-store": "~12.1.1",
"expo-status-bar": "~1.4.4",
"expo-updates": "~0.16.4",
"immer": "^10.0.2",
"lottie-react-native": "5.1.4",
"moment": "^2.29.4",
"pusher-js": "^8.4.0-rc2",
"qs": "^6.11.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.71.14",
"react-native-btr": "^2.2.0",
"react-native-config": "^1.5.1",
"react-native-country-picker-modal": "^2.0.0",
"react-native-document-picker": "8.2.1",
"react-native-dotenv": "^3.4.9",
"react-native-file-viewer": "^2.1.5",
"react-native-gesture-handler": "2.9.0",
"react-native-gifted-chat": "^2.4.0",
"react-native-image-picker": "^5.4.0",
"react-native-otp-textinput": "^1.1.3",
"react-native-pager-view": "6.1.2",
"react-native-paper": "^5.7.2",
"react-native-paper-dates": "^0.18.12",
"react-native-phone-number-input": "^2.1.0",
"react-native-reanimated": "2.14.4",
"react-native-responsive-dimensions": "^3.1.1",
"react-native-responsive-fontsize": "^0.5.1",
"react-native-safe-area-context": "4.5.0",
"react-native-screens": "~3.20.0",
"react-native-select-dropdown": "^3.4.0",
"react-native-skeleton-content": "^1.0.28",
"react-native-svg": "13.4.0",
"react-native-tab-view": "^3.5.2",
"react-native-timeline-flatlist": "^0.8.0",
"react-native-web": "0.18.10",
"react-redux": "^8.0.5",
"redux-form": "^8.3.10",
"toastify-react-native": "^3.1.0",
"victory-native": "^36.6.10"
},
"devDependencies": {
"@babel/core": "^7.21.8"
},
"private": true
}