-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
181 lines (181 loc) · 5.65 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
{
"name": "radar-questionnaire",
"description": "An application that collects active data for research.",
"version": "3.3.1",
"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": "~14.2.13",
"@angular/animations": "~14.3.0",
"@angular/cdk": "^14.2.7",
"@angular/common": "~14.3.0",
"@angular/compiler": "~14.3.0",
"@angular/core": "~14.3.0",
"@angular/forms": "~14.3.0",
"@angular/platform-browser": "~14.3.0",
"@angular/platform-browser-dynamic": "~14.3.0",
"@angular/router": "~14.3.0",
"@auth0/angular-jwt": "5.0.0",
"@capacitor-community/keep-awake": "^4.0.0",
"@capacitor-firebase/analytics": "^5.0.0",
"@capacitor-firebase/messaging": "^5.0.0",
"@capacitor-firebase/remote-config": "^5.0.0",
"@capacitor-mlkit/barcode-scanning": "^5.4.0",
"@capacitor/android": "^5.0.3",
"@capacitor/app": "5.0.7",
"@capacitor/app-launcher": "^5.0.7",
"@capacitor/browser": "^5.2.0",
"@capacitor/core": "5.7.0",
"@capacitor/device": "^5.0.2",
"@capacitor/dialog": "^5.0.2",
"@capacitor/filesystem": "^5.0.2",
"@capacitor/haptics": "5.0.7",
"@capacitor/ios": "^5.0.3",
"@capacitor/keyboard": "^5.0.8",
"@capacitor/local-notifications": "^5.0.2",
"@capacitor/splash-screen": "^5.0.2",
"@capacitor/status-bar": "5.0.7",
"@capacitor/text-zoom": "^5.0.7",
"@ionic/angular": "^7.7.3",
"@ionic/storage": "2.2.0",
"@logisticinfotech/ionic4-datepicker": "^1.4.4",
"@perfood/capacitor-healthkit": "^1.3.0",
"ajv": "^7.2.3",
"ajv-errors": "^2.0.1",
"ajv-formats": "^2.1.1",
"angular-svg-round-progressbar": "^9.0.0",
"autoprefixer": "^10.0.0",
"avro-js": "^1.11.1",
"base64-js": "^1.5.1",
"browserify": "^16.3.0",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"capacitor-grab-intent-extras": "^0.0.4",
"capacitor-voice-recorder": "^5.0.0",
"compare-versions": "^5.0.3",
"core-js": "2.6.8",
"dompurify": "^2.2.8",
"execa": "^4.0.3",
"firebase": "^10.8.0",
"graphlib": "^2.1.8",
"install": "^0.13.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",
"rxjs": "^7.5.0",
"sass": "^1.75.0",
"smoothscroll-polyfill": "^0.4.4",
"snyk": "^1.1089.0",
"stream": "^0.0.2",
"swiper": "^11.1.1",
"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.14.4"
},
"devDependencies": {
"@angular/cli": "^14.2.13",
"@angular/compiler-cli": "~14.3.0",
"@angular/language-service": "~14.3.0",
"@angular/platform-server": "~14.3.0",
"@capacitor/cli": "5.7.0",
"@ionic/angular-toolkit": "^7.0.0",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^20.12.2",
"codelyzer": "^6.0.2",
"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": "^8.1.0",
"postcss-cli": "^11.0.0",
"postcss-scss": "^4.0.9",
"postcss-sorting": "^8.0.2",
"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.6",
"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",
"@capacitor/core": "5.7.0",
"undici": "6.6.1"
},
"ionic_enable_lint": false
}