-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
101 lines (101 loc) · 3.35 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
{
"name": "patient-strength-mobile",
"version": "1.4.5",
"description": "LongCovid Tagebuch by PatientStrength",
"author": "Q_PERIOR AG",
"license": "Q_PERIOR AG",
"homepage": "./",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"android": "ionic cap sync android && npx cap run android",
"ios": "ionic cap sync ios && npx cap run ios"
},
"private": true,
"dependencies": {
"@angular-devkit/architect": "^0.1302.0",
"@angular/common": "^13.2.0",
"@angular/core": "^13.2.0",
"@angular/forms": "^13.2.0",
"@angular/platform-browser": "^13.2.0",
"@angular/platform-browser-dynamic": "^13.2.0",
"@angular/router": "^13.2.0",
"@awesome-cordova-plugins/core": "^6.3.0",
"@awesome-cordova-plugins/health": "^5.46.0",
"@capacitor-community/appcenter-analytics": "1.0.0",
"@capacitor-community/appcenter-crashes": "1.0.1",
"@capacitor/android": "^3.4.3",
"@capacitor/app": "^1.1.1",
"@capacitor/core": "^3.4.3",
"@capacitor/dialog": "^1.0.7",
"@capacitor/filesystem": "^1.1.0",
"@capacitor/ios": "^3.4.0",
"@capacitor/share": "^1.1.1",
"@ionic-native/core": "^5.36.0",
"@ionic-native/status-bar": "^5.36.0",
"@ionic/angular": "^6.0.4",
"@ionic/cli": "^6.18.1",
"@ionic/pwa-elements": "^3.1.1",
"@ngx-translate/core": "^14.0.0",
"@ngx-translate/http-loader": "^7.0.0",
"@robingenz/capacitor-background-task": "^1.0.1",
"@sentry/angular": "^6.18.2",
"@sentry/capacitor": "^0.4.4",
"@sentry/tracing": "^6.18.2",
"chart.js": "^3.7.1",
"cordova-plugin-health": "^2.0.3",
"html-to-image": "^1.9.0",
"i18n-iso-countries": "^7.4.0",
"ion2-calendar": "^3.5.0",
"jeep-sqlite": "^1.3.4",
"json-schema-compare": "^0.2.2",
"moment": "^2.29.1",
"moment-timezone": "^0.5.34",
"ngx-device-detector": "^3.0.0",
"ngx-papaparse": "^5.0.0",
"rxjs": "^6.6.6",
"sql.js": "^1.6.2",
"tslib": "^2.3.1",
"zone.js": "^0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^13.2.0",
"@angular-eslint/builder": "^13.0.1",
"@angular-eslint/eslint-plugin": "^13.0.1",
"@angular-eslint/eslint-plugin-template": "~13.0.1",
"@angular-eslint/template-parser": "~13.0.1",
"@angular/cli": "^13.2.0",
"@angular/compiler": "^13.2.0",
"@angular/compiler-cli": "^13.2.0",
"@angular/language-service": "^13.2.0",
"@capacitor-community/electron": "^4.1.0",
"@capacitor-community/sqlite": "^3.4.0-1",
"@capacitor/cli": "^3.4.3",
"@ionic/angular-toolkit": "^6.0.0",
"@types/jasmine": "^3.10.3",
"@types/jasminewd2": "^2.0.10",
"@types/node": "^17.0.12",
"@types/sql.js": "^1.4.3",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
"codelyzer": "^6.0.2",
"eslint": "^8.7.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsdoc": "^37.7.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"jasmine-core": "^4.0.0",
"jasmine-spec-reporter": "^7.0.0",
"karma": "~6.3.12",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.3",
"karma-jasmine": "~4.0.1",
"karma-jasmine-html-reporter": "^1.7.0",
"protractor": "~7.0.0",
"ts-node": "~10.4.0",
"typescript": "^4.5.5"
}
}