|
19 | 19 | "license": "MIT", |
20 | 20 | "scripts": { |
21 | 21 | "ng": "ng", |
22 | | - "postinstall": "ngcc --properties es2015 browser module main --first-only", |
23 | 22 | "start": "ng serve", |
24 | | - "build": "ng build --prod --aot --build-optimizer --common-chunk --vendor-chunk --optimization --progress", |
| 23 | + "build": "ng build", |
| 24 | + "watch": "ng build --watch --configuration development", |
25 | 25 | "test": "ng test", |
26 | | - "lint": "ng lint", |
27 | 26 | "e2e": "ng e2e" |
28 | 27 | }, |
29 | 28 | "private": true, |
30 | 29 | "dependencies": { |
31 | | - "@angular/animations": "^11.2.14", |
32 | | - "@angular/cdk": "^11.2.13", |
33 | | - "@angular/common": "^11.2.14", |
34 | | - "@angular/compiler": "^11.2.14", |
35 | | - "@angular/core": "^11.2.14", |
36 | | - "@angular/forms": "^11.2.14", |
37 | | - "@angular/localize": "^11.2.14", |
38 | | - "@angular/platform-browser": "^11.2.14", |
39 | | - "@angular/platform-browser-dynamic": "^11.2.14", |
40 | | - "@angular/router": "^11.2.14", |
41 | | - "@coreui/angular": "~2.11.3", |
| 30 | + "@angular/animations": "^12.2.16", |
| 31 | + "@angular/cdk": "^12.2.13", |
| 32 | + "@angular/common": "^12.2.16", |
| 33 | + "@angular/compiler": "^12.2.16", |
| 34 | + "@angular/core": "^12.2.16", |
| 35 | + "@angular/forms": "^12.2.16", |
| 36 | + "@angular/localize": "^12.2.16", |
| 37 | + "@angular/platform-browser": "^12.2.16", |
| 38 | + "@angular/platform-browser-dynamic": "^12.2.16", |
| 39 | + "@angular/router": "^12.2.16", |
| 40 | + "@coreui/angular": "~2.12.0", |
42 | 41 | "@coreui/coreui": "^2.1.16", |
43 | 42 | "@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.3.1", |
44 | 43 | "@coreui/icons": "^2.1.0", |
|
57 | 56 | "ts-helpers": "^1.1.2", |
58 | 57 | "tslib": "^2.3.1", |
59 | 58 | "web-animations-js": "^2.3.2", |
60 | | - "zone.js": "~0.11.5" |
| 59 | + "zone.js": "~0.11.4" |
61 | 60 | }, |
62 | 61 | "devDependencies": { |
63 | | - "@angular-devkit/build-angular": "^0.1102.18", |
64 | | - "@angular/cli": "^11.2.18", |
65 | | - "@angular/compiler-cli": "^11.2.14", |
66 | | - "@angular/language-service": "^11.2.14", |
67 | | - "@types/jasmine": "^3.10.4", |
| 62 | + "@angular-devkit/build-angular": "^12.2.16", |
| 63 | + "@angular/cli": "^12.2.16", |
| 64 | + "@angular/compiler-cli": "^12.2.16", |
| 65 | + "@angular/language-service": "^12.2.16", |
| 66 | + "@types/jasmine": "~3.8.0", |
68 | 67 | "@types/jasminewd2": "^2.0.10", |
69 | 68 | "@types/node": "^14.18.12", |
70 | | - "codelyzer": "^6.0.2", |
71 | | - "jasmine-core": "~3.10.1", |
72 | | - "jasmine-spec-reporter": "~5.0.2", |
73 | | - "karma": "~5.2.3", |
| 69 | + "jasmine-core": "~3.8.0", |
| 70 | + "jasmine-spec-reporter": "^7.0.0", |
| 71 | + "karma": "~6.3.17", |
74 | 72 | "karma-chrome-launcher": "~3.1.1", |
75 | 73 | "karma-coverage": "~2.0.3", |
76 | 74 | "karma-jasmine": "~4.0.1", |
77 | 75 | "karma-jasmine-html-reporter": "^1.7.0", |
78 | 76 | "protractor": "~7.0.0", |
79 | 77 | "ts-node": "^9.1.1", |
80 | | - "tslint": "~6.1.3", |
81 | | - "typescript": "~4.1.6" |
| 78 | + "typescript": "~4.3.5" |
82 | 79 | }, |
83 | 80 | "engines": { |
84 | | - "node": ">= 10.19", |
| 81 | + "node": ">= 12.20", |
85 | 82 | "npm": ">= 6" |
86 | 83 | } |
87 | 84 | } |
0 commit comments