-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
104 lines (104 loc) · 3.59 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
{
"name": "hygiene_check",
"version": "1.0.0",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint .",
"postinstall": "rndebugger-open"
},
"dependencies": {
"@invertase/react-native-apple-authentication": "^2.1.5",
"@react-native-community/async-storage": "^1.12.0",
"@react-native-community/google-signin": "^4.0.3",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-community/netinfo": "^7.1.6",
"@react-native-community/toolbar-android": "^0.2.1",
"@react-native-firebase/app": "14.1.0",
"@react-native-firebase/auth": "^14.1.0",
"@react-native-firebase/firestore": "14.1.0",
"@react-native-firebase/storage": "14.1.0",
"@react-navigation/bottom-tabs": "^6.0.9",
"@react-navigation/compat": "^5.3.20",
"@react-navigation/drawer": "^6.1.8",
"@react-navigation/native": "^6.0.6",
"@react-navigation/stack": "^6.0.11",
"add": "^2.0.6",
"color": "^4.1.0",
"currency-formatter": "^1.5.9",
"deepmerge": "^4.2.2",
"google-libphonenumber": "^3.2.25",
"hoist-non-react-statics": "^3.3.2",
"i18next": "^21.6.3",
"immer": "^9.0.7",
"immutable": "^4.0.0",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"moment-timezone": "^0.5.34",
"password-validator": "^5.2.1",
"query-string": "^7.0.1",
"react": "17.0.2",
"react-i18next": "^11.15.1",
"react-native": "0.66.4",
"react-native-blob-util": "^0.14.0",
"react-native-compressor": "^1.5.0",
"react-native-confirmation-code-field": "^7.2.0",
"react-native-debugger-open": "^0.3.25",
"react-native-fbsdk": "^3.0.0",
"react-native-file-viewer": "^2.1.5",
"react-native-flash-message": "^0.2.0",
"react-native-gesture-handler": "^2.1.0",
"react-native-gifted-chat": "^0.16.3",
"react-native-htmlview": "^0.16.0",
"react-native-image-picker": "^4.7.1",
"react-native-image-zoom-viewer": "^3.0.1",
"react-native-onesignal": "^4.3.3",
"react-native-phone-input": "https://github.com/rnlab/react-native-phone-input.git",
"react-native-progress": "^5.0.0",
"react-native-rate": "^1.2.9",
"react-native-reanimated": "^2.3.1",
"react-native-restart": "^0.0.22",
"react-native-safe-area-context": "^3.3.2",
"react-native-screens": "^3.10.1",
"react-native-scrollable-tab-view": "^1.0.0",
"react-native-share": "^7.3.5",
"react-native-snap-carousel": "^3.9.1",
"react-native-splash-screen": "^3.3.0",
"react-native-status-bar-height": "^2.6.0",
"react-native-svg": "^12.1.1",
"react-native-swipe-list-view": "^3.2.9",
"react-native-swiper": "^1.6.0",
"react-native-url-polyfill": "^1.3.0",
"react-native-vector-icons": "^9.0.0",
"react-native-video": "^5.2.0",
"react-native-webview": "^11.15.0",
"react-redux": "^7.2.6",
"recompose": "^0.30.0",
"redux": "^4.1.2",
"redux-persist": "^6.0.0",
"redux-persist-transform-immutable": "^5.0.0",
"remove": "^0.1.5",
"reselect": "^4.1.5",
"validator": "^13.7.0",
"yarn": "^1.22.17"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^2.0.0",
"babel-jest": "^26.6.3",
"babel-plugin-module-resolver": "^4.1.0",
"eslint": "7.14.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.66.2",
"prop-types": "^15.7.2",
"react-test-renderer": "17.0.2",
"redux-devtools-extension": "^2.13.9"
},
"jest": {
"preset": "react-native"
}
}