diff options
author | Arundathi Patil <arundpil@in.ibm.com> | 2019-02-13 15:54:50 +0530 |
---|---|---|
committer | IBM602-PC0F1E3C\Arundathi <arundpil@in.ibm.com> | 2019-02-13 15:55:01 +0530 |
commit | aa16710bd569702efc137df65a19bf58009e9c14 (patch) | |
tree | f1b3d5ec66d0241561526f3a300856fa3df30b6a /cds-ui/client/package.json | |
parent | ad2884574d3aa59be58de627de9d035bde98eb4d (diff) |
grahical editor component
Implemented feature to view the blueprint template in grahical editor
component.
Issue-ID: CCSDK-1017
Change-Id: I0545e1ee91aed8b6e5f8d4bdd6788433968335be
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
Diffstat (limited to 'cds-ui/client/package.json')
-rw-r--r-- | cds-ui/client/package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cds-ui/client/package.json b/cds-ui/client/package.json index 4ae5b684c..158a822b8 100644 --- a/cds-ui/client/package.json +++ b/cds-ui/client/package.json @@ -27,7 +27,9 @@ "@ngrx/router-store": "^6.1.2", "@ngrx/store": "^6.1.2", "@ngrx/store-devtools": "^6.1.2", + "@types/d3": "^5.7.0", "core-js": "^2.5.4", + "d3": "^5.9.1", "font-awesome": "^4.7.0", "hammerjs": "^2.0.8", "material-design-icons": "^3.0.1", |