assets: Use new websocket client

This commit is contained in:
Tom Wiesing 2023-11-13 11:04:03 +01:00
parent e91f1f2413
commit 6a739df24b
No known key found for this signature in database
67 changed files with 437 additions and 562 deletions

View file

@ -4,13 +4,17 @@
"license": "AGPL-3.0-only",
"private": true,
"dependencies": {
"@types/ws": "^8.5.9",
"async-mutex": "^0.4.0",
"buffer": "^6.0.3",
"dayjs": "^1.11.5",
"highlight.js": "^11.7.0",
"isomorphic-ws": "^5.0.0",
"latex.css": "^1.8.0",
"node-html-parser": "^6.1.1",
"parcel": "^2.7.0",
"purecss": "^2.1.0"
"purecss": "^2.1.0",
"ws": "^8.14.2"
},
"devDependencies": {
"ts-standard": "^12.0.2",