new apiclient
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user