-
Notifications
You must be signed in to change notification settings - Fork 73
/
package.json
128 lines (128 loc) · 4.34 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
{
"name": "COVIDTracker",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"test:ios": "detox test --configuration=ios",
"test:android": "detox test --configuration=ios",
"pre:test:ios": "detox build --configuration=ios",
"pre:test:android": "detox build --configuration=ios",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"lint:fix": "eslint . --fix --ext .ts,.tsx",
"typecheck": "tsc -p tsconfig.json",
"typecheck:watch": "tsc -w -p tsconfig.json",
"translations:import": "cd translations-script && node import.js",
"translations:export": "cd translations-script && node export.js"
},
"dependencies": {
"@react-native-community/async-storage": "^1.12.0",
"@react-native-community/datetimepicker": "^3.0.3",
"@react-native-community/masked-view": "0.1.10",
"@react-native-community/netinfo": "^5.9.6",
"@react-native-community/push-notification-ios": "^1.5.0",
"@react-navigation/bottom-tabs": "^5.8.0",
"@react-navigation/native": "^5.7.3",
"@react-navigation/stack": "^5.9.0",
"babel-plugin-dotenv-import": "^2.1.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"base45": "^3.0.0",
"buffer": "^6.0.3",
"cbor": "^3.0.3",
"certlogic-js": "^0.7.7",
"cose-js": "^0.6.0",
"crypto-browserify": "^3.12.0",
"date-fns": "^2.16.1",
"events": "^3.3.0",
"expo-asset": "~8.1.7",
"expo-constants": "~9.1.1",
"expo-crypto": "^8.2.1",
"expo-font": "^8.2.2",
"expo-haptics": "~8.2.1",
"expo-intent-launcher": "^8.2.1",
"expo-localization": "^8.2.1",
"expo-secure-store": "~9.1.0",
"expo-web-browser": "~8.3.1",
"exponential-backoff": "^3.1.0",
"formik": "^2.1.5",
"i18next": "^19.7.0",
"intl": "^1.2.5",
"pako": "^1.0.11",
"phone": "^2.4.12",
"process": "^0.11.10",
"react": "16.13.1",
"react-i18next": "^11.7.2",
"react-native": "0.63.2",
"react-native-camera": "^3.44.3",
"react-native-dotenv": "^2.4.0",
"react-native-easy-markdown": "^2.0.0",
"react-native-exposure-notification-service": "^1.3.9",
"react-native-gesture-handler": "^1.8.0",
"react-native-google-safetynet": "^1.0.0",
"react-native-ios11-devicecheck": "^0.0.3",
"react-native-loading-spinner-overlay": "^1.1.0",
"react-native-modal": "^11.5.6",
"react-native-modal-datetime-picker": "^9.0.0",
"react-native-permissions": "^2.2.0",
"react-native-push-notification": "^5.1.0",
"react-native-qrcode-svg": "^6.1.1",
"react-native-restart": "^0.0.17",
"react-native-safe-area-context": "3.1.7",
"react-native-screens": "2.10.1",
"react-native-snap-carousel": "^3.9.1",
"react-native-ssl-pinning": "^1.4.9",
"react-native-svg": "^12.1.1",
"react-native-svg-charts": "^5.4.0",
"react-native-unimodules": "^0.10.1",
"react-native-webview": "^11.0.2",
"react-native-youtube-iframe": "^1.4.1",
"stream-browserify": "^3.0.0",
"url": "^0.11.0",
"util": "^0.12.4",
"yup": "^0.29.3"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/runtime": "^7.11.2",
"@react-native-community/eslint-config": "^2.0.0",
"@types/jest": "^26.0.13",
"@types/phone": "^2.4.0",
"@types/react-native": "^0.63.18",
"@types/react-native-dotenv": "^0.2.0",
"@types/react-native-loading-spinner-overlay": "^0.5.2",
"@types/react-native-push-notification": "^5.0.2",
"@types/react-native-snap-carousel": "^3.8.2",
"@types/react-native-svg-charts": "^5.0.3",
"@types/react-test-renderer": "16.9.3",
"@types/yup": "^0.29.7",
"@typescript-eslint/eslint-plugin": "^4.1.0",
"@typescript-eslint/parser": "^4.1.0",
"babel-jest": "^26.3.0",
"babel-plugin-module-resolver": "^4.0.0",
"detox": "^17.5.1",
"eslint": "^7.8.1",
"eslint-plugin-react-native-a11y": "^2.0.3",
"exceljs": "^4.2.0",
"jest": "^26.4.2",
"metro-react-native-babel-preset": "^0.63.0",
"prettier": "^2.1.1",
"react-native-svg-transformer": "^0.14.3",
"react-test-renderer": "16.13.1",
"read-excel-file": "^4.1.0",
"typescript": "^4.0.2"
},
"jest": {
"preset": "react-native",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
}
}