X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=package.json;h=02c456e82536edb8b0e013bd5b04bc71620c4944;hb=371906639ee9b6ea4daae504bc7c2b15856c3f38;hp=aee13e79ff937633a55ab2ff22507400288c5287;hpb=d632a147293b36e46549a3ead754ef52d8fea735;p=github%2FChocobozzz%2FPeerTube.git diff --git a/package.json b/package.json index aee13e79f..02c456e82 100644 --- a/package.json +++ b/package.json @@ -202,6 +202,7 @@ "eslint-plugin-standard": "^4.0.1", "libxmljs": "0.19.7", "maildev": "^1.0.0-rc3", + "markdown-it-emoji": "^1.4.0", "marked": "^1.1.0", "marked-man": "^0.7.0", "mocha": "^8.0.1", @@ -219,11 +220,19 @@ "_moduleAliases": { "@server": "dist/server" }, - "bundlewatch" : { + "bundlewatch": { "files": [ { "path": "client/dist/en-US/*-es2015.js", "maxSize": "1mb" + }, + { + "path": "client/dist/standalone/videos/video-embed.bundle.js", + "maxSize": "1mb" + }, + { + "path": "client/dist/standalone/videos/video-embed.css", + "maxSize": "1mb" } ] }