-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
156 lines (156 loc) · 5.57 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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
{
"name": "hrms-mobile-app",
"version": "1.0.0",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@formatjs/intl-datetimeformat": "^5.0.0",
"@formatjs/intl-getcanonicallocales": "^1.9.0",
"@formatjs/intl-locale": "^2.4.45",
"@formatjs/intl-numberformat": "^7.4.2",
"@formatjs/intl-pluralrules": "^4.3.2",
"@formatjs/intl-relativetimeformat": "^10.0.0",
"@gorhom/animated-tabbar": "2.1.1",
"@gorhom/bottom-sheet": "^4.1.5",
"@miblanchard/react-native-slider": "^2.1.0",
"@react-native-async-storage/async-storage": "~1.15.0",
"@react-native-community/datetimepicker": "4.0.0",
"@react-native-community/geolocation": "^1.4.2",
"@react-native-community/netinfo": "7.1.3",
"@react-native-picker/picker": "2.2.1",
"@react-navigation/bottom-tabs": "^6.0.5",
"@react-navigation/drawer": "^6.3.1",
"@react-navigation/material-top-tabs": "^6.1.1",
"@react-navigation/native": "^6.0.2",
"@react-navigation/native-stack": "^6.1.0",
"@react-navigation/stack": "^6.1.0",
"axios": "^0.25.0",
"date-fns": "^2.28.0",
"date-fns-tz": "^1.2.2",
"dequal": "^2.0.2",
"expo": "^44.0.6",
"expo-application": "~4.0.1",
"expo-asset": "~8.4.6",
"expo-auth-session": "~3.5.0",
"expo-barcode-scanner": "~11.2.0",
"expo-calendar": "^10.1.1",
"expo-cli": "^5.3.0",
"expo-clipboard": "~2.1.0",
"expo-constants": "~13.0.1",
"expo-device": "~4.1.0",
"expo-font": "~10.0.4",
"expo-linking": "~3.0.0",
"expo-localization": "^12.0.1",
"expo-location": "~14.0.1",
"expo-notifications": "~0.14.0",
"expo-permissions": "~13.1.0",
"expo-random": "~12.1.1",
"expo-secure-store": "~11.1.0",
"expo-splash-screen": "~0.14.1",
"expo-status-bar": "~1.2.0",
"expo-system-ui": "~1.1.0",
"expo-updates": "~0.11.6",
"expo-web-browser": "~10.1.0",
"firebase": "^9.8.1",
"formik": "^2.2.9",
"galio-framework": "^0.8.0",
"geolib": "^3.3.3",
"jwt-decode": "^3.1.2",
"libphonenumber-js": "^1.9.48",
"lodash": "^4.17.21",
"md5": "^2.3.0",
"qs": "^6.10.3",
"radio-buttons-react-native": "^1.0.4",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-native": "0.64.3",
"react-native-autocomplete-dropdown": "^2.0.6",
"react-native-calendar-events": "^2.2.0",
"react-native-calendar-strip": "^2.2.5",
"react-native-calendars": "^1.1282.0",
"react-native-camera": "^4.2.1",
"react-native-circular-progress-indicator": "^2.0.6",
"react-native-date-picker": "^4.2.0",
"react-native-datepicker": "^1.7.2",
"react-native-elements": "^3.4.2",
"react-native-events-calendar": "^1.0.8",
"react-native-fast-image": "^8.5.11",
"react-native-fieldset": "^1.0.3",
"react-native-flexi-radio-button": "^0.2.2",
"react-native-gesture-handler": "~2.1.0",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-keychain": "^8.0.0",
"react-native-location": "^2.5.0",
"react-native-maps": "^0.29.4",
"react-native-modal-datetime-picker": "^13.0.1",
"react-native-modal-overlay": "^1.3.1",
"react-native-modern-datepicker": "^1.0.0-beta.91",
"react-native-month-year-picker": "^1.8.1",
"react-native-pager-view": "^5.4.9",
"react-native-paper": "^4.12.1",
"react-native-phone-number-input": "^2.1.0",
"react-native-popable": "^0.4.3",
"react-native-popover-tooltip": "^1.1.4",
"react-native-popover-view": "^4.1.0",
"react-native-qrcode-scanner": "^1.5.5",
"react-native-reanimated": "~2.3.1",
"react-native-redash": "^16.2.3",
"react-native-safe-area-context": "3.3.2",
"react-native-screens": "~3.10.1",
"react-native-select-dropdown": "^1.8.0",
"react-native-snap-carousel": "^3.9.1",
"react-native-star-rating": "^1.1.0",
"react-native-svg": "12.1.1",
"react-native-tab-view": "^3.1.1",
"react-native-table-component": "^1.2.2",
"react-native-vector-icons": "^9.1.0",
"react-native-web": "0.17.1",
"react-query": "^3.34.12",
"supercluster": "^7.1.4",
"twrnc": "^2.2.0",
"use-deep-compare-effect": "^1.8.1",
"yup": "^0.32.11"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@storybook/addon-actions": "^5.3.21",
"@storybook/addon-knobs": "^5.3.21",
"@storybook/addon-links": "^5.3.21",
"@storybook/addon-ondevice-actions": "^5.3.23",
"@storybook/addon-ondevice-knobs": "^5.3.25",
"@storybook/react-native": "^5.3.25",
"@storybook/react-native-server": "^5.3.23",
"@types/geojson": "^7946.0.8",
"@types/google.maps": "^3.47.3",
"@types/lodash": "^4.14.178",
"@types/qs": "^6.9.7",
"@types/react": "~17.0.21",
"@types/react-native": "~0.64.12",
"@types/react-native-snap-carousel": "^3.8.5",
"@types/react-native-vector-icons": "^6.4.10",
"@types/supercluster": "^5.0.3",
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"babel-loader": "^8.2.3",
"eslint": "^8.5.0",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-react-native": "^4.0.0",
"jest": "^26.6.3",
"jest-expo": "^44.0.0",
"prettier": "2.5.1",
"react-test-renderer": "17.0.1",
"typescript": "~4.5.5"
},
"private": true
}