-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
59 lines (59 loc) · 1.89 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
{
"name": "teiler-dashboard",
"version": "1.0.2",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"build:single-spa:teiler-dashboard": "ng build teiler-dashboard --configuration production",
"serve:single-spa:teiler-dashboard": "ng s --project teiler-dashboard --disable-host-check --port 4200 --live-reload false"
},
"private": true,
"dependencies": {
"@angular/animations": "^17.0.4",
"@angular/cdk": "^17.0.1",
"@angular/common": "^17.0.4",
"@angular/compiler": "^17.0.4",
"@angular/core": "^17.0.4",
"@angular/flex-layout": "^15.0.0-beta.42",
"@angular/forms": "^17.0.4",
"@angular/material": "^17.0.1",
"@angular/platform-browser": "^17.0.4",
"@angular/platform-browser-dynamic": "^17.0.4",
"@angular/router": "^17.0.4",
"@swimlane/ngx-charts": "^20.5.0",
"bootstrap": "^5.3.2",
"bootstrap-icons": "^1.11.2",
"cldr-core": "^44.0.1",
"cldr-localenames-full": "^44.0.1",
"font-awesome": "^4.7.0",
"keycloak-angular": "^15.0.0",
"keycloak-js": "^22.0.5",
"rxjs": "~7.8.0",
"single-spa": "^5.9.5",
"single-spa-angular": "^8.0.1",
"tslib": "^2.6.2",
"zone.js": "~0.14.2"
},
"devDependencies": {
"@angular-builders/custom-webpack": "^17.0.0",
"@angular-devkit/build-angular": "^17.0.3",
"@angular/cli": "~17.0.3",
"@angular/compiler-cli": "^17.0.4",
"@angular/localize": "^17.0.5",
"@types/d3": "^7.4.3",
"@types/d3-scale": "^4.0.8",
"@types/d3-selection": "^3.0.10",
"@types/jasmine": "~5.1.4",
"jasmine-core": "~5.1.1",
"karma": "~6.4.2",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"style-loader": "^3.3.3",
"typescript": "~5.2.0-beta"
}
}