aboutsummaryrefslogtreecommitdiff
path: root/frontend/package.json
diff options
context:
space:
mode:
authorSonja Galovic <galovicsonja@gmail.com>2022-03-12 22:26:55 +0100
committerSonja Galovic <galovicsonja@gmail.com>2022-03-12 22:26:55 +0100
commita084a81779b5a38440f5d7f15e4d2beace6a32f9 (patch)
tree7d2bc3479713826485efd5e7752029486f7e81d1 /frontend/package.json
parenta404c208274605850fcf1f97e983dabc3b187cad (diff)
Komponenta za ucitavanje i prikaz csv fajla v3; dodat material.module.ts
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