-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.44 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
{
"name": "lux-health",
"version": "0.0.1",
"author": "Pascal Bolla",
"homepage": "lux-health-app.web.app",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"lux-deploy": "ionic build --prod && firebase deploy --only hosting",
"lux-deploy-demo": "ionic build && firebase hosting:channel:deploy demo --expires 30d"
},
"private": true,
"dependencies": {
"@angular/cdk": "^17.0.3",
"@angular/common": "~17.0.4",
"@angular/core": "~17.0.4",
"@angular/fire": "^17.0.0",
"@angular/forms": "~17.0.4",
"@angular/platform-browser": "~17.0.4",
"@angular/platform-browser-dynamic": "~17.0.4",
"@angular/router": "~17.0.4",
"@angular/service-worker": "~17.0.4",
"@ionic/angular": "^7.5.6",
"@smile-cdr/fhirts": "^2.0.7",
"@types/pdfmake": "^0.2.8",
"apexcharts": "^3.44.0",
"date-fns": "^2.30.0",
"firebase": "^10.7.1",
"latest": "^0.2.0",
"ng-apexcharts": "^1.8.0",
"pdfmake": "^0.2.8",
"rxjs": "^7.8.1",
"tslib": "^2.5.0",
"uuid": "^9.0.1",
"zone.js": "~0.14.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "~17.0.3",
"@angular-eslint/builder": "~17.1.0",
"@angular-eslint/eslint-plugin": "~17.1.0",
"@angular-eslint/eslint-plugin-template": "~17.1.0",
"@angular-eslint/template-parser": "~17.1.0",
"@angular/cli": "~17.0.3",
"@angular/compiler": "~17.0.4",
"@angular/compiler-cli": "~17.0.4",
"@angular/language-service": "~17.0.4",
"@ionic/angular-toolkit": "^10.0.0",
"@ionic/lab": "3.2.15",
"@types/jasmine": "~5.1.4",
"@types/jasminewd2": "~2.0.10",
"@types/node": "^18.15.11",
"@types/uuid": "^9.0.7",
"@typescript-eslint/eslint-plugin": "6.13.1",
"@typescript-eslint/parser": "6.13.1",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-jsdoc": "46.9.0",
"eslint-plugin-prefer-arrow": "1.2.3",
"jasmine-core": "~5.1.1",
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.4.2",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.1",
"karma-coverage-istanbul-reporter": "~3.0.3",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"prettier": "^3.1.0",
"protractor": "~7.0.0",
"ts-node": "~10.9.1",
"typescript": "~5.2.2"
},
"description": "An Eigenbau project"
}