wisski-cloud-distillery/internal/dis/component/server/assets/package.json
Tom Wiesing 746ebcd9e3
socket: Explicitly communicate success
This commit updates the socket process to explicitly communicate the
process (and any potential error) on the server using a binary message.
2023-02-28 01:07:28 +01:00

15 lines
332 B
JSON

{
"name": "wisski-distillery-frontend",
"version": "1.0.0",
"license": "AGPL-3.0-only",
"private": true,
"dependencies": {
"async-mutex": "^0.4.0",
"dayjs": "^1.11.5",
"highlight.js": "^11.7.0",
"latex.css": "^1.8.0",
"node-html-parser": "^6.1.1",
"parcel": "^2.7.0",
"purecss": "^2.1.0"
}
}