diff --git a/client/package.json b/client/package.json index 50aed89..40bd9ec 100644 --- a/client/package.json +++ b/client/package.json @@ -27,5 +27,9 @@ "postcss": "^8.4.21", "tailwindcss": "^3.2.7", "typescript": "4.9.5" + }, + "optionalDependencies": { + "bufferutil": "^4.0.7", + "utf-8-validate": "^5.0.10" } }