aboutsummaryrefslogtreecommitdiff
path: root/frontend/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/package.json')
-rw-r--r--frontend/package.json7
1 files changed, 5 insertions, 2 deletions
diff --git a/frontend/package.json b/frontend/package.json
index e8180256..9ba60188 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -6,16 +6,19 @@
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
- "test": "ng test"
+ "test": "ng test",
+ "postinstall": "ngcc"
},
"private": true,
"dependencies": {
"@angular/animations": "~13.2.0",
+ "@angular/cdk": "^13.2.6",
"@angular/common": "~13.2.0",
"@angular/compiler": "~13.2.0",
"@angular/core": "~13.2.0",
"@angular/forms": "~13.2.0",
"@angular/localize": "~13.2.0",
+ "@angular/material": "^13.2.6",
"@angular/platform-browser": "~13.2.0",
"@angular/platform-browser-dynamic": "~13.2.0",
"@angular/router": "~13.2.0",
@@ -44,4 +47,4 @@
"karma-jasmine-html-reporter": "~1.7.0",
"typescript": "~4.5.2"
}
-}
+} \ No newline at end of file