summaryrefslogtreecommitdiffstats
path: root/sdc-workflow-designer-ui/package.json
diff options
context:
space:
mode:
authorYuanHu <yuan.hu1@zte.com.cn>2018-03-27 17:24:38 +0800
committerYuanHu <yuan.hu1@zte.com.cn>2018-03-27 17:24:38 +0800
commit573f32b362f4639928485d66feb1c0721109716b (patch)
tree39ab8771c9ef87ee2b61abe1e126e31629bdf9eb /sdc-workflow-designer-ui/package.json
parent99fcc841c86367722097f54497dbc7c856c19251 (diff)
Include paletx core
Include paletx core to WF Designer UI. Issue-ID: SDC-1130,SDC-1131 Change-Id: I9a2591e022b5ff118cccbbc839796be19d70df84 Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
Diffstat (limited to 'sdc-workflow-designer-ui/package.json')
-rw-r--r--sdc-workflow-designer-ui/package.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/sdc-workflow-designer-ui/package.json b/sdc-workflow-designer-ui/package.json
index 561639ea..3cd612ec 100644
--- a/sdc-workflow-designer-ui/package.json
+++ b/sdc-workflow-designer-ui/package.json
@@ -13,11 +13,13 @@
"private": true,
"dependencies": {
"@angular/animations": "^4.2.4",
+ "@angular/cdk": "2.0.0-beta.8",
"@angular/common": "^4.2.4",
"@angular/compiler": "^4.2.4",
"@angular/core": "^4.2.4",
"@angular/forms": "^4.2.4",
"@angular/http": "^4.2.4",
+ "@angular/material": "^5.2.0",
"@angular/platform-browser": "^4.2.4",
"@angular/platform-browser-dynamic": "^4.2.4",
"@angular/router": "^4.2.4",
@@ -26,6 +28,7 @@
"angular-in-memory-web-api": "^0.3.2",
"bootstrap": "4.0.0-alpha.6",
"core-js": "^2.4.1",
+ "date-fns": "^1.29.0",
"font-awesome": "^4.7.0",
"jquery": "^3.2.1",
"jquery-ui": "^1.12.1",
@@ -55,6 +58,7 @@
"protractor": "~5.1.2",
"ts-node": "~3.2.0",
"tslint": "~5.3.2",
- "typescript": "~2.3.3"
+ "typescript": "~2.3.3",
+ "webpack": "3.5.6"
}
}