diff options
author | Arundathi Patil <arundpil@in.ibm.com> | 2019-11-25 15:41:45 +0530 |
---|---|---|
committer | KAPIL SINGAL <ks220y@att.com> | 2019-11-27 15:35:59 +0000 |
commit | 55b06b518ca4c4bb671bedf0d8a1d3a4f9c65f6b (patch) | |
tree | 5b13e85336e6df0e1095e7c9a6cdae137a278d4f /cds-ui/client-frankfurt/package.json | |
parent | 71616cc0a6bee9c604b35754778ec5cae7477635 (diff) |
Canvas features and Jointjs Integration
Added Jointjs dependency to project and integrated editor bar to the
designer canvas
Issue-ID: CCSDK-1780
Change-Id: I8276469f76851be4f5b6ac765729304c68d04737
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
Diffstat (limited to 'cds-ui/client-frankfurt/package.json')
-rw-r--r-- | cds-ui/client-frankfurt/package.json | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/cds-ui/client-frankfurt/package.json b/cds-ui/client-frankfurt/package.json index c1ba7ffec..c4fa1ab62 100644 --- a/cds-ui/client-frankfurt/package.json +++ b/cds-ui/client-frankfurt/package.json @@ -31,7 +31,11 @@ "ng-sidebar": "^9.1.1", "rxjs": "~6.4.0", "tslib": "^1.10.0", - "zone.js": "~0.9.1" + "zone.js": "~0.9.1", + "jquery": "^3.1.1", + "backbone": "^1.4.0", + "jointjs": "^3.0.4", + "lodash": "^3.10.1" }, "devDependencies": { "@angular-devkit/build-angular": "~0.803.9", @@ -41,6 +45,10 @@ "@types/jasmine": "~3.3.8", "@types/jasminewd2": "~2.0.3", "@types/node": "~8.9.4", + "@types/backbone": "^1.4.1", + "@types/jointjs": "^2.0.0", + "@types/jquery": "^3.3.31", + "@types/lodash": "^3.10.1", "codelyzer": "^5.0.0", "jasmine-core": "~3.4.0", "jasmine-marbles": "^0.6.0", |