diff options
author | 2025-01-07 11:19:22 +0800 | |
---|---|---|
committer | 2025-01-07 14:13:36 +0800 | |
commit | c20b305db465c51364c8c62d61fc6c964c8000d7 (patch) | |
tree | d07902ca160cfeda3cb87054c1f3dab7c1f463b7 /usecaseui-portal/package.json | |
parent | 17e3b1a42c4fff3bd0741e2bfac242c7b6eadf81 (diff) |
Add functionality
Display of content in markdown format
Issue-ID: USECASEUI-844
Change-Id: I5907225117e5405e6ac7bff7405fedbb497dce6e
Signed-off-by: kaixiliu <liukaixi@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/package.json')
-rw-r--r-- | usecaseui-portal/package.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/usecaseui-portal/package.json b/usecaseui-portal/package.json index 40b46215..adc6d5ce 100644 --- a/usecaseui-portal/package.json +++ b/usecaseui-portal/package.json @@ -32,19 +32,24 @@ "@types/resize-observer-browser": "^0.1.6", "angular2-datetimepicker": "^1.1.1", "axios": "^0.19.0", + "clipboard": "^2.0.0", "core-js": "^2.4.1", "d3": "^3.5.17", "echarts": "^4.1.0", "faker": "^4.1.0", "jquery": "^3.4.1", "lodash": "^4.17.15", + "marked": "^0.3.19", "moment": "^2.24.0", "mxgraph": "^4.2.2", "ng-multiselect-dropdown": "^0.2.14", "ng-zorro-antd": "^0.7.1", + "ngx-clipboard": "^11.0.0", "ngx-echarts": "^2.2.0", + "ngx-markdown": "^1.6.0", + "prismjs": "^1.9.0", "rxjs": "^5.5.12", - "sse.js": "^2.4.1", + "sse.js": "^2.5.0", "sweetalert2": "^4.3.3", "vis": "^4.21.0", "zone.js": "^0.8.19" |