diff options
author | Brinda Santh Muthuramalingam <brindasanth@in.ibm.com> | 2019-12-30 14:42:59 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-12-30 14:42:59 +0000 |
commit | 86c2b15ff80c824806c0947299f2cb9576b8f396 (patch) | |
tree | 2c25903c7d7e52fd2c6857f8385f1ba08a6cb1b1 /cds-ui/designer-client/package.json | |
parent | c66d0094f624dcf97e08a5fc9a2a5e01c90bb772 (diff) | |
parent | 11a93717a4292c30c71de950fb39637f9c8efd17 (diff) |
Merge "add package creation component and fixing designer compilation and linting"
Diffstat (limited to 'cds-ui/designer-client/package.json')
-rw-r--r-- | cds-ui/designer-client/package.json | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/cds-ui/designer-client/package.json b/cds-ui/designer-client/package.json index 78e26a4c8..3cd1b0325 100644 --- a/cds-ui/designer-client/package.json +++ b/cds-ui/designer-client/package.json @@ -26,16 +26,18 @@ "angular-animations": "0.0.10", "angular-font-awesome": "^3.1.2", "angular-material-expansion-panel": "^0.7.2", + "backbone": "^1.4.0", "bootstrap": "^4.3.1", + "file-saver": "^2.0.2", "font-awesome": "^4.7.0", + "jointjs": "^3.0.4", + "jquery": "^3.1.1", + "json2typescript": "^1.2.3", + "lodash": "^4.17.15", "ng-sidebar": "^9.1.1", "rxjs": "~6.4.0", "tslib": "^1.10.0", - "zone.js": "~0.9.1", - "jquery": "^3.1.1", - "backbone": "^1.4.0", - "jointjs": "^3.0.4", - "lodash": "^3.10.1" + "zone.js": "~0.9.1" }, "devDependencies": { "@angular-devkit/build-angular": "~0.803.9", |