This repository has been archived by the owner on May 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 44
/
package.json
159 lines (159 loc) · 6.08 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
157
158
159
{
"name": "uniteapprn",
"version": "0.0.1",
"private": true,
"scripts": {
"postinstall": "node scripts/add-certs.js && node scripts/remove-jcenter.js",
"android": "react-native run-android --variant=envEnfDebug",
"ios": "react-native run-ios",
"ios:enf": "react-native run-ios --scheme 'UniteAppRN-ENF'",
"reset": "npm run start --reset-cache",
"start": "react-native start",
"test": "yarn fix:test:realm && jest --runInBand",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"reinstall": "cd ios && rm -rf Pods && cd .. && rm -rf node_modules && yarn && cd ios && pod install && cd ..",
"clean": "react-native-clean-project",
"e2e:dev": "npx cavy run-ios --skipbuild --dev",
"open:xcode": "open ./ios/UniteAppRN.xcworkspace/",
"setenv": "./scripts/setenv.sh",
"bundle:ios": "react-native bundle --platform ios --entry-file index.js --dev false --bundle-output ./ios/main.jsbundle --assets-dest ./ios --sourcemap-output ./ios/sourcemap.js",
"sourcemap:ios": "yarn bundle:ios && source-map-explorer ./ios/main.jsbundle",
"fix:test:realm": "rm -f default.realm && ./scripts/fixRealmTests/script.sh",
"adb:reverse": "adb reverse tcp:8081 tcp:8081 && adb reverse tcp:9090 tcp:9090",
"inject:secrets": "./scripts/inject-secrets.sh",
"remove:nfc": "./scripts/remove-nfc.sh",
"min:images": "npx ts-node ./scripts/min-images.ts",
"license": "./scripts/extract-direct-dependencies.sh",
"typecheck": "tsc"
},
"dependencies": {
"@nartc/react-native-barcode-mask": "^1.2.0",
"@react-native-async-storage/async-storage": "^1.15.14",
"@react-native-community/checkbox": "^0.5.8",
"@react-native-community/clipboard": "^1.4.0",
"@react-native-community/hooks": "^2.6.0",
"@react-native-community/masked-view": "^0.1.10",
"@react-native-community/netinfo": "^6.0.2",
"@react-native-community/push-notification-ios": "^1.5.0",
"@react-native-firebase/app": "^9.0.0",
"@react-native-firebase/messaging": "^8.0.1",
"@react-navigation/bottom-tabs": "^5.11.2",
"@react-navigation/native": "^5.7.3",
"@react-navigation/stack": "^5.9.0",
"@reduxjs/toolkit": "^1.4.0",
"appcenter": "3.1.2",
"appcenter-crashes": "3.1.2",
"aws-amplify": "^3.3.4",
"axios": "^0.21.3",
"base64-js": "^1.3.1",
"covidtracer-migration": "./lib/covidtracer_migration/",
"crypto-js": "^4.0.0",
"i18next": "^19.8.5",
"js-base64": "^3.5.2",
"libphonenumber-js": "^1.8.4",
"lodash": "^4.17.21",
"moment-timezone": "^0.5.34",
"path": "^0.12.7",
"pupa": "^2.0.1",
"react": "17.0.2",
"react-i18next": "^11.7.2",
"react-native": "0.66.4",
"react-native-bluetooth-state-manager": "^1.3.1",
"react-native-camera": "^3.40.0",
"react-native-config": "^1.3.3",
"react-native-country-picker-modal": "^2.0.0",
"react-native-date-picker": "^3.3.2",
"react-native-device-info": "^6.0.2",
"react-native-document-picker": "5.2.0",
"react-native-exposure-notification-service": "rushdigital/react-native-exposure-notification-service#fix/use-v1-android-23",
"react-native-fast-image": "^8.3.4",
"react-native-file-access": "^2.1.0",
"react-native-gesture-handler": "^1.10.3",
"react-native-google-safetynet": "^1.0.0",
"react-native-haptic-feedback": "^1.11.0",
"react-native-ios11-devicecheck": "^0.0.3",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-keychain": "^6.2.0",
"react-native-modal": "^13.0.0",
"react-native-permissions": "^2.2.0",
"react-native-progress-circle": "^2.1.0",
"react-native-push-notification": "^6.0.0",
"react-native-reanimated": "^2.10.0",
"react-native-safe-area-context": "^3.1.7",
"react-native-screens": "2.10.1",
"react-native-secure-key-store": "^2.0.9",
"react-native-securerandom": "^1.0.0",
"react-native-share": "^7.2.0",
"react-native-splash-screen": "^3.2.0",
"react-redux": "^7.2.6",
"reactotron-redux-saga": "^4.2.3",
"realm": "6.1.2",
"redux": "^4.0.5",
"redux-persist": "^6.0.0",
"redux-saga": "^1.1.3",
"reselect": "^4.0.0",
"styled-components": "^5.1.1",
"url": "^0.11.0",
"use-debounce": "^6.0.0",
"xcode": "^3.0.1",
"yup": "0.30.0"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^2.0.0",
"@types/base64-js": "^1.3.0",
"@types/cavy": "^3.2.0",
"@types/crypto-js": "^3.1.47",
"@types/imagemin": "^7.0.0",
"@types/imagemin-jpegtran": "^5.0.0",
"@types/imagemin-pngquant": "^8.0.0",
"@types/jest": "^25.2.3",
"@types/jwt-decode": "^3.1.0",
"@types/lodash": "^4.14.161",
"@types/node": "^14.11.1",
"@types/react-native": "^0.66.4",
"@types/react-native-base64": "^0.1.0",
"@types/react-native-push-notification": "^5.0.3",
"@types/react-redux": "^7.1.9",
"@types/react-test-renderer": "^16.9.2",
"@types/styled-components": "5.1.3",
"@types/yup": "^0.29.7",
"@typescript-eslint/eslint-plugin": "^2.27.0",
"@typescript-eslint/parser": "^2.27.0",
"babel-jest": "^26.6.3",
"babel-plugin-module-resolver": "^4.0.0",
"cavy": "^4.0.1",
"cavy-cli": "^2.1.0",
"eslint": "^7.14.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-react-native-a11y": "^2.0.3",
"eslint-plugin-redux-saga": "^1.2.1",
"eslint-plugin-simple-import-sort": "^5.0.3",
"husky": "^4.3.0",
"identity-obj-proxy": "^3.0.0",
"imagemin": "^7.0.1",
"imagemin-jpegtran": "^7.0.0",
"imagemin-pngquant": "^9.0.1",
"jest": "^26.1.0",
"lint-staged": "^10.4.0",
"metro-react-native-babel-preset": "^0.66.2",
"prettier": "^2.0.4",
"react-native-clean-project": "^3.4.0",
"react-test-renderer": "17.0.2",
"reactotron-react-native": "^5.0.0",
"reactotron-redux": "^3.1.3",
"redux-saga-test-plan": "^4.0.0-rc.3",
"replace-in-file": "^6.2.0",
"typescript": "^3.8.3"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"pre-push": "tsc && yarn test"
}
},
"lint-staged": {
"*.{ts,tsx}": "eslint --fix"
}
}