diff options
author | Chocobozzz <me@florianbigard.com> | 2018-01-04 17:50:30 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-01-04 17:50:30 +0100 |
commit | 2890b615f31ab7d519d8be66b49ff8712df90c51 (patch) | |
tree | 4ad6bf366416a1cbc4d39bc8b7747f6d985b4d19 /client/package.json | |
parent | c3badc81fe3d78601fb278a7f28eeed63060d300 (diff) | |
download | PeerTube-2890b615f31ab7d519d8be66b49ff8712df90c51.tar.gz PeerTube-2890b615f31ab7d519d8be66b49ff8712df90c51.tar.zst PeerTube-2890b615f31ab7d519d8be66b49ff8712df90c51.zip |
Handle HTML is comments
Diffstat (limited to 'client/package.json')
-rw-r--r-- | client/package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/package.json b/client/package.json index ba0a318bc..efdd5711b 100644 --- a/client/package.json +++ b/client/package.json | |||
@@ -41,6 +41,7 @@ | |||
41 | "@types/lodash-es": "^4.17.0", | 41 | "@types/lodash-es": "^4.17.0", |
42 | "@types/markdown-it": "^0.0.4", | 42 | "@types/markdown-it": "^0.0.4", |
43 | "@types/node": "^8.0.33", | 43 | "@types/node": "^8.0.33", |
44 | "@types/sanitize-html": "^1.14.0", | ||
44 | "@types/video.js": "6.2.0", | 45 | "@types/video.js": "6.2.0", |
45 | "@types/webtorrent": "^0.98.4", | 46 | "@types/webtorrent": "^0.98.4", |
46 | "angular2-notifications": "^0.9.6", | 47 | "angular2-notifications": "^0.9.6", |
@@ -67,6 +68,7 @@ | |||
67 | "raw-loader": "^0.5.1", | 68 | "raw-loader": "^0.5.1", |
68 | "resolve-url-loader": "^2.0.0", | 69 | "resolve-url-loader": "^2.0.0", |
69 | "rxjs": "^5.4.2", | 70 | "rxjs": "^5.4.2", |
71 | "sanitize-html": "^1.16.3", | ||
70 | "sass-loader": "^6.0.3", | 72 | "sass-loader": "^6.0.3", |
71 | "sass-resources-loader": "^1.2.1", | 73 | "sass-resources-loader": "^1.2.1", |
72 | "standard": "^10.0.0", | 74 | "standard": "^10.0.0", |