-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
79 lines (79 loc) · 2.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "dp-plus",
"version": "1.2.3",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"eject": "expo eject",
"postinstall": "patch-package"
},
"dependencies": {
"@apollo/client": "3.4.17",
"@expo/config-plugins": "~6.0.0",
"@expo/vector-icons": "^13.0.0",
"@react-native-async-storage/async-storage": "1.17.11",
"@react-native-community/masked-view": "0.1.10",
"@react-native-community/push-notification-ios": "^1.10.1",
"@react-native-firebase/analytics": "^19.2.2",
"@react-native-firebase/app": "^19.2.2",
"@react-navigation/bottom-tabs": "^5.11.2",
"@react-navigation/native": "^6.0.6",
"@react-navigation/stack": "^5.12.8",
"expo": "~48.0.21",
"expo-blur": "~12.2.2",
"expo-build-properties": "~0.6.0",
"expo-constants": "~14.2.1",
"expo-dev-client": "~2.2.1",
"expo-font": "~11.1.1",
"expo-haptics": "~12.2.1",
"expo-linear-gradient": "~12.1.2",
"expo-modules-autolinking": "~1.1.0 || ~1.2.0",
"expo-notifications": "~0.18.1",
"expo-optimize": "^0.1.62",
"expo-screen-orientation": "~5.1.1",
"expo-splash-screen": "~0.18.2",
"expo-status-bar": "~1.4.0",
"expo-updates": "~0.16.4",
"graphql": "^15.4.0",
"immer": ">=9.0.6",
"node-fetch": ">=2.6.1",
"onesignal-expo-plugin": "^2.0.0",
"patch-package": "^8.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.71.14",
"react-native-draggable-flatlist": "^3.0.4",
"react-native-elements": "^3.0.0-alpha.1",
"react-native-gesture-handler": "~2.9.0",
"react-native-google-mobile-ads": "^13.3.0",
"react-native-grid-component": "^2.0.1",
"react-native-image-viewing": "^0.2.0",
"react-native-iphone-x-helper": "^1.3.1",
"react-native-modal": "^11.6.1",
"react-native-onesignal": "^5.0.0",
"react-native-permissions": "^4.1.5",
"react-native-push-notification": "^8.1.1",
"react-native-reanimated": "~2.14.4",
"react-native-render-html": "^5.1.0",
"react-native-safe-area-context": "4.5.0",
"react-native-screens": "~3.20.0",
"react-native-share": "^5.1.0",
"react-native-sortable-list": "0.0.24",
"react-native-super-grid": "^4.0.3",
"react-native-swipe-list-view": "^3.2.5",
"react-native-vector-icons": "^10.1.0",
"react-native-web": "~0.18.7",
"react-native-webview": "11.26.0",
"react-redux": "^7.2.2",
"react-scripts": "^5.0.0",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"webpack-dev-server": "^4.7.3"
},
"devDependencies": {
"@babel/core": "^7.12.9"
},
"private": true
}