-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
275 lines (275 loc) · 9.87 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
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
{
"name": "radar-questionnaire",
"description": "An application that collects active data for research.",
"version": "3.2.0",
"author": "RADAR Base",
"homepage": "http://www.radar-base.org/",
"scripts": {
"preinstall": "npm install --package-lock-only --ignore-scripts && npx npm-force-resolutions",
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"lint": "ng lint",
"e2e": "ng e2e",
"all": "npm run fix:all && npm run lint",
"lint:ng": "ng lint",
"lint:css": "stylelint \"src/**/*.scss\"",
"lint:sort": "import-sort --list-different 'src/app/**/*.{js,ts}'",
"fix:all": "npm run fix:sort && npm run fix:css && npm run fix:prettier",
"fix:css": "stylelint --fix 'src/**/*.scss'",
"fix:prettier": "prettier --write '**/*.{js,ts,json}'",
"fix:sort": "import-sort --write 'src/**/*.{js,ts}'",
"test": "ng test --watch=false --no-progress --browsers=ChromeHeadless"
},
"importSort": {
".js": {
"parser": "babylon",
"style": "module"
},
".ts": {
"parser": "typescript",
"style": "module"
}
},
".ts": {
"parser": "typescript",
"style": "module"
},
"private": true,
"dependencies": {
"@angular-devkit/build-angular": "~12.2.18",
"@angular/animations": "~12.2.17",
"@angular/cdk": "^12.2.13",
"@angular/common": "~12.2.17",
"@angular/compiler": "~12.2.17",
"@angular/core": "~12.2.17",
"@angular/forms": "~12.2.17",
"@angular/platform-browser": "~12.2.17",
"@angular/platform-browser-dynamic": "~12.2.17",
"@angular/router": "~12.2.17",
"@auth0/angular-jwt": "5.0.0",
"@awesome-cordova-plugins/core": "^5.1.0",
"@awesome-cordova-plugins/health": "^5.43.0",
"@awesome-cordova-plugins/in-app-browser": "^5.36.0",
"@awesome-cordova-plugins/keyboard": "^5.39.0",
"@ionic-native/android-permissions": "^5.26.0",
"@ionic-native/app-launcher": "^5.31.1",
"@ionic-native/app-version": "^5.28.0",
"@ionic-native/background-mode": "^5.32.0",
"@ionic-native/barcode-scanner": "^5.33.1",
"@ionic-native/core": "^5.32.0",
"@ionic-native/device": "^5.26.0",
"@ionic-native/dialogs": "^5.26.0",
"@ionic-native/file": "^5.32.1",
"@ionic-native/firebase": "^5.31.1",
"@ionic-native/firebase-x": "^5.29.0",
"@ionic-native/globalization": "^5.26.0",
"@ionic-native/insomnia": "^5.32.1",
"@ionic-native/keyboard": "^5.26.0",
"@ionic-native/local-notifications": "^5.28.0",
"@ionic-native/mobile-accessibility": "^5.28.0",
"@ionic-native/network": "^5.36.0",
"@ionic-native/splash-screen": "^5.26.0",
"@ionic-native/status-bar": "^5.26.0",
"@ionic-native/vibration": "^5.32.1",
"@ionic-native/web-intent": "^5.28.0",
"@ionic/angular": "^5.9.4",
"@ionic/storage": "2.2.0",
"@logisticinfotech/ionic4-datepicker": "^1.4.4",
"ajv": "^7.2.3",
"ajv-errors": "^2.0.1",
"ajv-formats": "^2.1.1",
"angular-svg-round-progressbar": "^7.0.0",
"autoprefixer": "^9.8.6",
"avro-js": "^1.11.1",
"base64-js": "^1.5.1",
"browserify": "^16.3.0",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"com-darryncampbell-cordova-plugin-intent": "git+https://github.com/mpgxvii/darryncampbell-cordova-plugin-intent.git",
"compare-versions": "^5.0.3",
"cordova-lib": "^9.0.1",
"cordova-plugin-android-permissions": "^1.1.2",
"cordova-plugin-app-version": "^0.1.12",
"cordova-plugin-badge": "^0.8.8",
"cordova-plugin-camera": "^5.0.2",
"cordova-plugin-device": "^2.0.3",
"cordova-plugin-dialogs": "^2.0.2",
"cordova-plugin-globalization": "^1.11.0",
"cordova-plugin-insomnia": "^4.3.0",
"cordova-plugin-ionic-keyboard": "^2.2.0",
"cordova-plugin-local-notification": "^0.9.0-beta.3",
"cordova-plugin-splashscreen": "^6.0.0",
"cordova-plugin-statusbar": "^2.4.3",
"cordova-plugin-vibration": "^3.1.1",
"cordova-support-android-plugin": "^1.0.2",
"core-js": "2.6.8",
"dompurify": "^2.2.8",
"execa": "^4.0.3",
"graphlib": "^2.1.8",
"install": "^0.13.0",
"ionic-mocks": "^1.3.0",
"ionicons": "^6.1.1",
"moment": "^2.29.4",
"moment-timezone": "^0.5.40",
"morph-expressions": "^1.1.1",
"ngx-moment": "^5.0.0",
"pako": "^2.1.0",
"path": "^0.12.7",
"phonegap-plugin-barcodescanner": "^8.1.0",
"phonegap-plugin-mobile-accessibility": "^1.0.5",
"rxjs": "^6.6.3",
"sass": "^1.52.2",
"smoothscroll-polyfill": "^0.4.4",
"snyk": "^1.1089.0",
"stream": "^0.0.2",
"tslib": "^2.5.0",
"unorm": "^1.6.0",
"url-join": "^4.0.1",
"xcode": "^3.0.1",
"xml-js": "^1.6.11",
"yaml": "^1.10.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular/cli": "^12.2.18",
"@angular/compiler-cli": "~12.2.17",
"@angular/language-service": "~12.2.17",
"@angular/platform-server": "~12.2.17",
"@ionic/angular-toolkit": "^5.0.1",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.2",
"cordova-android": "^10.1.2",
"cordova-ios": "^6.3.0",
"cordova-plugin-app-launcher": "^0.4.0",
"cordova-plugin-background-mode": "https://bitbucket.org/TheBosZ/cordova-plugin-run-in-background",
"cordova-plugin-file": "^7.0.0",
"cordova-plugin-firebasex": "15.0.0-cli",
"cordova-plugin-health": "^2.0.3",
"cordova-plugin-inappbrowser": "^5.0.0",
"cordova-plugin-ionic-webview": "^4.2.1",
"cordova-plugin-media-with-compression": "^2.3.1",
"cordova-plugin-network-information": "git+https://github.com/apache/cordova-plugin-network-information.git",
"cordova-sqlite-storage": "^6.0.0",
"eslint": "^7.6.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsdoc": "30.7.6",
"eslint-plugin-prefer-arrow": "1.2.2",
"eslint-scope": "^5.0.0",
"import-sort-cli": "^6.0.0",
"import-sort-parser-babylon": "^6.0.0",
"import-sort-parser-typescript": "^6.0.0",
"import-sort-style-module": "^6.0.0",
"jasmine": "^3.6.1",
"jasmine-core": "^4.5.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.4.1",
"karma-browserify": "^7.0.0",
"karma-browserstack-launcher": "^1.6.0",
"karma-chrome-launcher": "~3.1.0",
"karma-cli": "^2.0.0",
"karma-coverage": "~2.0.3",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"karma-requirejs": "^1.1.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "^0.0.32",
"postcss": "^7.0.23",
"postcss-cli": "^7.1.2",
"postcss-scss": "^2.1.1",
"postcss-sorting": "^5.0.1",
"prettier": "^2.1.2",
"protractor": "~7.0.0",
"reflect-metadata": "^0.1.13",
"requirejs": "^2.3.6",
"rxjs-compat": "^6.6.7",
"rxjs-tslint": "^0.1.8",
"stylefmt": "^6.0.3",
"stylelint": "^13.6.1",
"stylelint-config-standard": "^20.0.0",
"ts-node": "^10.9.1",
"tslint": "~6.1.0",
"tslint-angular": "^3.0.2",
"tslint-config-prettier": "^1.15.0",
"typescript": "4.3.5",
"watchify": "^3.11.1",
"webpack": "5.76.0"
},
"resolutions": {
"node-forge": "1.3.0",
"loader-utils": "2.0.4",
"nth-check": "2.0.1",
"webpack": "5.76.0"
},
"cordova": {
"platforms": [
"android",
"ios"
],
"plugins": {
"cordova-plugin-device": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-statusbar": {},
"cordova-sqlite-storage": {},
"cordova-plugin-dialogs": {},
"cordova-plugin-android-permissions": {},
"cordova-plugin-vibration": {},
"cordova-plugin-globalization": {},
"cordova-plugin-camera": {
"ANDROID_SUPPORT_V4_VERSION": "27.+"
},
"phonegap-plugin-barcodescanner": {
"CAMERA_USAGE_DESCRIPTION": "27.+",
"ANDROID_SUPPORT_V4_VERSION": "27.+"
},
"cordova-plugin-local-notification": {},
"cordova-plugin-app-version": {},
"phonegap-plugin-mobile-accessibility": {},
"cordova-plugin-file": {},
"cordova-plugin-insomnia": {},
"com-darryncampbell-cordova-plugin-intent": {},
"cordova-plugin-ionic-keyboard": {},
"cordova-plugin-network-information": {},
"cordova-plugin-ionic-webview": {
"ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+"
},
"cordova-plugin-background-mode": {},
"cordova-plugin-health": {
"HEALTH_READ_PERMISSION": "App needs read access",
"HEALTH_WRITE_PERMISSION": "App needs write access"
},
"cordova-plugin-app-launcher": {},
"cordova-plugin-media-with-compression": {},
"cordova-plugin-firebasex": {
"FIREBASE_ANALYTICS_COLLECTION_ENABLED": "false",
"FIREBASE_PERFORMANCE_COLLECTION_ENABLED": "false",
"FIREBASE_CRASHLYTICS_COLLECTION_ENABLED": "false",
"IOS_SHOULD_ESTABLISH_DIRECT_CHANNEL": "true",
"IOS_FIREBASE_SDK_VERSION": "9.1.0",
"ANDROID_ICON_ACCENT": "#FF00FFFF",
"ANDROID_FIREBASE_PERFORMANCE_MONITORING": "false",
"ANDROID_PLAY_SERVICES_TAGMANAGER_VERSION": "17.0.0",
"ANDROID_PLAY_SERVICES_AUTH_VERSION": "19.0.0",
"ANDROID_FIREBASE_ANALYTICS_VERSION": "19.0.0",
"ANDROID_FIREBASE_MESSAGING_VERSION": "22.0.0",
"ANDROID_FIREBASE_CONFIG_VERSION": "21.0.0",
"ANDROID_FIREBASE_PERF_VERSION": "20.0.2",
"ANDROID_FIREBASE_AUTH_VERSION": "21.0.1",
"ANDROID_FIREBASE_INAPPMESSAGING_VERSION": "20.0.0",
"ANDROID_FIREBASE_FIRESTORE_VERSION": "23.0.2",
"ANDROID_FIREBASE_FUNCTIONS_VERSION": "20.0.0",
"ANDROID_FIREBASE_IID_VERSION": "21.1.0",
"ANDROID_FIREBASE_INSTALLATIONS_VERSION": "17.0.0",
"ANDROID_FIREBASE_CRASHLYTICS_VERSION": "18.1.0",
"ANDROID_FIREBASE_CRASHLYTICS_NDK_VERSION": "18.1.0",
"ANDROID_GSON_VERSION": "2.8.7",
"ANDROID_FIREBASE_PERF_GRADLE_PLUGIN_VERSION": "1.4.0"
},
"cordova-plugin-inappbrowser": {}
}
},
"ionic_enable_lint": false
}