-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2.23 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
{
"name": "rki-covid-dashboard",
"version": "2.6.0",
"scripts": {
"postinstall": "ngcc",
"ng": "ng",
"start": "ng serve --configuration=dev",
"build": "ng build",
"build:prod": "ng build --configuration=production",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"bundle-report": "npm run build:prod -- --stats-json && webpack-bundle-analyzer dist/rki-covid-dashboard/stats.json"
},
"private": true,
"dependencies": {
"@angular/animations": "^15.1.0",
"@angular/cdk": "^15.1.0",
"@angular/common": "^15.1.0",
"@angular/compiler": "^15.1.0",
"@angular/core": "^15.1.0",
"@angular/forms": "^15.1.0",
"@angular/material": "^15.1.0",
"@angular/platform-browser": "^15.1.0",
"@angular/platform-browser-dynamic": "^15.1.0",
"@angular/router": "^15.1.0",
"@ngneat/until-destroy": "^9.2.2",
"@ngx-translate/core": "^14.0.0",
"dayjs": "^1.11.6",
"echarts": "^5.4.0",
"ngx-echarts": "^15.0.1",
"translate-object-loader": "^7.0.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.1.1",
"@angular-eslint/builder": "^15.2.0",
"@angular-eslint/eslint-plugin": "^15.2.0",
"@angular-eslint/eslint-plugin-template": "^15.2.0",
"@angular-eslint/schematics": "^15.2.0",
"@angular-eslint/template-parser": "^15.2.0",
"@angular/cli": "^15.1.1",
"@angular/compiler-cli": "^15.1.0",
"@juggle/resize-observer": "^3.4.0",
"@types/jasmine": "^4.3.0",
"@types/node": "^17.0.35",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"axios": "^1.3.4",
"eslint": "^8.28.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsdoc": "^40.1.1",
"eslint-plugin-prefer-arrow": "^1.2.3",
"jasmine-core": "^4.5.0",
"jasmine-spec-reporter": "^7.0.0",
"karma": "^6.4.1",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "^2.1.0",
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.0.0",
"karma-spec-reporter": "^0.0.36",
"resize-observer-polyfill": "^1.5.1",
"rxjs": "^7.5.7",
"ts-node": "^10.9.1",
"tslib": "^2.4.1",
"typescript": "~4.8.4",
"webpack-bundle-analyzer": "^4.7.0"
}
}