-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
111 lines (111 loc) · 3.79 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
108
109
110
111
{
"name": "nmeetu",
"version": "1.0.0",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@babel/preset-env": "^7.1.6",
"@config-plugins/react-native-branch": "^6.0.0",
"@expo/vector-icons": "^13.0.0",
"@gorhom/bottom-sheet": "^4",
"@react-native-async-storage/async-storage": "1.18.2",
"@react-native-community/blur": "^4.3.2",
"@react-native-community/datetimepicker": "7.2.0",
"@react-native-firebase/analytics": "^18.3.0",
"@react-native-firebase/app": "^18.3.0",
"@react-native-firebase/dynamic-links": "^18.3.0",
"@react-navigation/bottom-tabs": "^6.3.1",
"@react-navigation/material-top-tabs": "^6.6.3",
"@react-navigation/native": "^6.0.10",
"@react-navigation/native-stack": "^6.9.8",
"@react-navigation/stack": "^6.2.1",
"@reduxjs/toolkit": "^1.9.5",
"@sentry/react-native": "5.5.0",
"body-parser": "^1.20.0",
"carousel": "^0.0.3",
"eas-cli": "^0.60.0",
"ejs": "^3.1.8",
"expo": "~49.0.7",
"expo-app-loading": "^2.1.1",
"expo-application": "~5.3.0",
"expo-constants": "~14.4.2",
"expo-dev-client": "~2.4.6",
"expo-device": "~5.4.0",
"expo-document-picker": "~11.5.4",
"expo-image-loader": "~4.3.0",
"expo-image-picker": "~14.3.2",
"expo-linear-gradient": "~12.3.0",
"expo-localization": "^14.1.1",
"expo-modules-autolinking": "^1.5.0",
"expo-notifications": "~0.20.1",
"expo-permissions": "~14.2.1",
"expo-secure-store": "~12.3.1",
"expo-splash-screen": "~0.20.5",
"expo-status-bar": "~1.6.0",
"expo-system-ui": "~2.4.0",
"expo-updates": "^0.18.11",
"expo-web-browser": "~12.3.2",
"express": "^4.18.1",
"fuse.js": "^6.6.2",
"immer": "^9.0.15",
"lodash": "^4.17.21",
"moment": "^2.29.3",
"morgan": "^1.10.0",
"neo4j-driver": "^4.4.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.7.1",
"react-is": "^18.1.0",
"react-native": "0.72.3",
"react-native-branch": "^5.9.0",
"react-native-cli": "^2.0.1",
"react-native-deck-swiper": "^2.0.14",
"react-native-document-picker": "^8.1.3",
"react-native-dropdown-select-list": "^1.0.21",
"react-native-elements": "^3.4.3",
"react-native-gesture-handler": "~2.12.0",
"react-native-gifted-chat": "^2.4.0",
"react-native-hyperlink": "^0.0.22",
"react-native-image-picker": "5.0.2",
"react-native-image-view": "^2.1.9",
"react-native-image-viewing": "^0.2.2",
"react-native-image-zoom-viewer": "^3.0.1",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-linear-gradient": "^2.5.6",
"react-native-maps": "1.7.1",
"react-native-modal-datetime-picker": "^14.0.1",
"react-native-modal-selector": "^2.1.2",
"react-native-modal-selector-searchable": "^2.1.4",
"react-native-paper": "^5.2.0",
"react-native-qrcode-svg": "^6.2.0",
"react-native-reanimated": "~3.3.0",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-svg": "13.9.0",
"react-native-tab-view": "^3.5.2",
"react-native-vector-icons": "^9.2.0",
"react-native-web": "~0.19.6",
"react-redux": "^8.1.1",
"redux": "^4.2.1",
"redux-thunk": "^2.4.2",
"rn-progress-loader": "^1.0.8",
"sentry-expo": "~7.0.0",
"styled-components": "^5.2.0"
},
"devDependencies": {
"@babel/core": "^7.18.6",
"@types/react": "~18.2.14",
"@types/react-native": "^0.70.4",
"@types/react-native-modern-datepicker": "^1.0.1",
"@types/react-native-vector-icons": "^6.4.13",
"@types/styled-components": "^5.1.26",
"react-native-svg-transformer": "^1.0.0",
"typescript": "^5.1.3"
},
"private": true
}