new apiclient

This commit is contained in:
peter
2019-08-12 11:34:27 +02:00
parent 842ab3ffcf
commit f586b4bac3
10 changed files with 432 additions and 182 deletions
+4 -2
View File
@@ -7,7 +7,8 @@
"build": "ng build --prod --aot=false --optimization=false --build-optimizer=false",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
"e2e": "ng e2e",
"update-frontblock": "rm -rf node_modules/frontblock*; npm install"
},
"private": true,
"dependencies": {
@@ -23,7 +24,8 @@
"@clr/icons": "^2.1.1",
"@clr/ui": "^2.1.1",
"@webcomponents/custom-elements": "^1.0.0",
"frontblock-generic": "^0.20.0",
"frontblock": "latest",
"frontblock-generic": "latest",
"key-file-storage": "^2.2.4",
"rxjs": "~6.5.2",
"systemjs": "^0.21.3",