Merge pull request #4406 from ricmatsui/feat1654-colorize-logs

feat(log-viewer): add ansi color support for logs
This commit is contained in:
zees-dev
2021-05-03 09:25:24 +12:00
committed by GitHub
5 changed files with 143 additions and 14 deletions

View File

@@ -55,6 +55,7 @@
"dependencies": {
"@babel/polyfill": "^7.2.5",
"@fortawesome/fontawesome-free": "^5.11.2",
"@nxmix/tokenize-ansi": "^3.0.0",
"@uirouter/angularjs": "1.0.11",
"angular": "1.8.0",
"angular-clipboard": "^1.6.2",
@@ -97,6 +98,7 @@
"toastr": "^2.1.4",
"ui-select": "^0.19.8",
"uuid": "^3.3.2",
"x256": "^0.0.2",
"xterm": "^3.8.0",
"yaml": "^1.10.0"
},