npm i for websocket

This commit is contained in:
Eunchong Kim 2021-08-08 00:02:01 +09:00
parent e45bc45ff4
commit 2e073be5ba
2 changed files with 911 additions and 5 deletions

910
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -31,5 +31,11 @@
"url-loader": "^4.1.1",
"webpack": "^5.45.1",
"webpack-cli": "^4.7.2"
},
"dependencies": {
"bufferutil": "^4.0.3",
"express": "^4.17.1",
"utf-8-validate": "^5.0.5",
"ws": "^8.0.0"
}
}