-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
107 lines (107 loc) · 3.89 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"name": "shopbangiayuimy",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/vector-icons": "^13.0.0",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-native-fontawesome": "^0.3.0",
"@react-native-async-storage/async-storage": "1.18.2",
"@react-native-clipboard/clipboard": "^1.12.1",
"@react-native-community/checkbox": "^0.5.16",
"@react-native-community/geolocation": "^3.1.0",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-community/netinfo": "9.3.10",
"@react-native-community/progress-bar-android": "^1.0.5",
"@react-native-firebase/app": "^18.7.3",
"@react-native-firebase/messaging": "^18.7.3",
"@react-navigation/bottom-tabs": "^6.5.8",
"@react-navigation/material-bottom-tabs": "^6.2.19",
"@react-navigation/native": "^6.1.9",
"@react-navigation/native-stack": "^6.9.13",
"@remobile/react-native-toast": "^1.0.7",
"AsyncStorage": "^0.1.5",
"axios": "^1.5.0",
"expo": "~49.0.5",
"expo-av": "~13.4.1",
"expo-barcode-scanner": "~12.5.3",
"expo-camera": "~13.4.4",
"expo-checkbox": "~2.4.0",
"expo-constants": "~14.4.2",
"expo-dev-client": "~2.4.12",
"expo-device": "~5.4.0",
"expo-firebase-core": "^6.0.0",
"expo-image-picker": "~14.3.2",
"expo-linear-gradient": "~12.3.0",
"expo-location": "~16.1.0",
"expo-notifications": "~0.20.1",
"expo-permissions": "~14.2.1",
"expo-status-bar": "~1.6.0",
"install": "^0.13.0",
"luxon": "^3.4.3",
"moment": "^2.29.4",
"npm": "^10.2.5",
"react": "18.2.0",
"react-native": "0.72.6",
"react-native-animatable": "^1.3.3",
"react-native-camera": "^4.2.1",
"react-native-confirmation-code-field": "^7.3.2",
"react-native-dialog": "^9.3.0",
"react-native-dropdown-picker": "^5.4.6",
"react-native-dropdown-select-list": "^2.0.5",
"react-native-flash-message": "^0.4.2",
"react-native-fontawesome": "^4.7.0",
"react-native-geolocation-service": "^5.3.1",
"react-native-gesture-handler": "~2.12.0",
"react-native-google-places-autocomplete": "^2.5.6",
"react-native-image-picker": "^7.1.0",
"react-native-indicators": "^0.17.0",
"react-native-interactable": "^2.0.1",
"react-native-maps": "1.7.1",
"react-native-material-ripple": "^0.9.1",
"react-native-pager-view": "6.2.0",
"react-native-paper": "^5.11.3",
"react-native-payment-icons": "^1.0.11",
"react-native-permissions": "^3.10.1",
"react-native-picker-dropdown": "^0.1.2",
"react-native-picker-select": "^9.0.0",
"react-native-qrcode-scanner": "^1.5.5",
"react-native-ratings": "^8.1.0",
"react-native-razorpay": "^2.3.0",
"react-native-redash": "^3.3.0",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-slidable-tab-bar": "0.0.8",
"react-native-splash-screen": "^3.3.0",
"react-native-star-view": "^1.1.3",
"react-native-super-grid": "^5.0.0",
"react-native-svg": "13.9.0",
"react-native-swipeable": "0.0.4",
"react-native-swipeable-list": "^0.1.2",
"react-native-swipeable-list-view": "^0.1.2",
"react-native-tab-view": "^3.5.2",
"react-native-toast-message": "^2.1.7",
"react-native-toast-native": "^1.2.1",
"react-native-vector-icons": "^10.0.0",
"react-native-webview": "13.2.2",
"react-navigation": "^5.0.0",
"react-redux": "^8.0.5",
"redux": "^4.2.1",
"redux-thunk": "^2.4.2",
"use-force-update": "^1.0.11",
"@react-native-community/datetimepicker": "7.2.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"depcheck": "^1.4.7",
"expo-module-scripts": "^3.1.0"
},
"private": true
}