candy
Showing
This source diff could not be displayed because it is too large. You can view the blob instead.
... | ... | @@ -30,6 +30,7 @@ |
"@types/mousetrap": "^1.6.8", | ||
"@types/node": "^16.4.13", | ||
"bootstrap": "^5.1.0", | ||
"copy-webpack-plugin": "^9.0.1", | ||
"electron": "^13.3.0", | ||
"electron-builder": "^22.11.7", | ||
"mousetrap": "^1.6.5", | ||
... | ... | @@ -45,11 +46,21 @@ |
"@types/jquery": "^3.5.6", | ||
"@types/mustache": "^4.1.2", | ||
"aria2": "^3.0.1", | ||
"candy": "https://github.com/moecube/candy/releases/download/v2.2.0/candy.tar.gz", | ||
"candy-shop": "github:candy-chat/candy-plugins", | ||
"electron-is-dev": "^2.0.0", | ||
"electron-updater": "^4.3.9", | ||
"exports-loader": "^3.0.0", | ||
"imports-loader": "^3.0.0", | ||
"ini": "^2.0.0", | ||
"jquery": "^3.6.0", | ||
"jquery-i18n": "github:recurser/jquery-i18n", | ||
"mustache": "^4.2.0", | ||
"reconnecting-websocket": "^4.4.0" | ||
"reconnecting-websocket": "^4.4.0", | ||
"strophe.js": "^1.4.2", | ||
"strophejs-plugin-caps": "^1.1.3", | ||
"strophejs-plugin-disco": "^0.0.2", | ||
"strophejs-plugin-muc": "^1.1.0", | ||
"strophejs-plugin-roster": "^1.1.0" | ||
} | ||
} |
This diff is collapsed.
src/app/candy/date.format.js
0 → 100644
Please register or sign in to comment