Builtin ConverseJS:

* Building with webpack. TODO: include assets.
* Page template
This commit is contained in:
John Livingston
2021-02-20 20:42:41 +01:00
parent fbfb38392d
commit d9e461f984
7 changed files with 129 additions and 8 deletions

View File

@ -1,7 +1,7 @@
{
"name": "peertube-plugin-livechat",
"description": "PeerTube plugin livechat",
"version": "0.0.8",
"version": "0.1.0",
"author": "John Livingston",
"bugs": "https://github.com/JohnXLivingston/peertube-plugin-livechat/issues",
"clientScripts": [
@ -23,6 +23,7 @@
],
"devDependencies": {
"@purtuga/esm-webpack-plugin": "^1.1.1",
"converse.js": "^7.0.4",
"eslint": "^7.20.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
@ -45,7 +46,9 @@
"build": "webpack --mode=production",
"lint": "npx eslint --ext .js ."
},
"staticDirs": {},
"staticDirs": {
"conversejs": "dist/conversejs"
},
"translations": {
"fr-FR": "./languages/fr.json"
}