aboutsummaryrefslogtreecommitdiffstats
path: root/webapp/package.json
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2018-04-04 17:04:37 +0200
committerSebastien Douheret <sebastien.douheret@iot.bzh>2018-04-05 01:29:11 +0200
commitc6c3c2eb22587d096016086ceb6bb0cab456ab4e (patch)
treeee6de40d965dcbded64014711a79d87377840fb2 /webapp/package.json
parent069de98bdd926cb25954aad94fe23be0272a7b5e (diff)
Fixed webapp build error (add node-sass)
Due to problem with nebular and sass: https://github.com/akveo/nebular/issues/316#issuecomment-376383942 Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'webapp/package.json')
-rw-r--r--webapp/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/webapp/package.json b/webapp/package.json
index 8176cf2..d79aa91 100644
--- a/webapp/package.json
+++ b/webapp/package.json
@@ -62,6 +62,7 @@
"ng2-smart-table": "1.2.2",
"ng2-tree": "2.0.0-alpha.10",
"ngx-cookie": "1.0.1",
+ "node-sass": "^4.8.1",
"normalize.css": "6.0.0",
"pace-js": "1.0.2",
"popper.js": "~1.12.9",
@@ -76,7 +77,7 @@
"zone.js": "0.8.18"
},
"devDependencies": {
- "@angular/cli": "1.4.9",
+ "@angular/cli": "~1.7.0",
"@angular/compiler-cli": "4.4.6",
"@angular/language-service": "4.4.6",
"@compodoc/compodoc": "1.0.1",