diff options
author | Vitaly Takmazov | 2023-01-14 10:22:36 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-14 10:22:36 +0300 |
commit | e6fe43a3b238fa972725ed0d6c374235be20d44b (patch) | |
tree | 6df5adacf48d20f01486a4150b73236d177d5e39 /vnext/package.json | |
parent | 43cc6b7041fad8d99e4c4d4d4076c2a6e865f6d7 (diff) |
vnext: fix ssr build
Diffstat (limited to 'vnext/package.json')
-rw-r--r-- | vnext/package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vnext/package.json b/vnext/package.json index d3204539..982764c2 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -57,11 +57,13 @@ "cors": "^2.8.5", "dayjs": "^1.11.7", "esbuild": "^0.16.17", + "eventsource": "^2.0.2", "evil-icons": "^1.10.1", "express": "^4.18.2", "ignore-styles": "^5.0.1", "mailparser": "^3.6.3", "node-pushnotifications": "^2.0.3", + "node-telegram-bot-api": "^0.61.0", "react": "18.2.0", "react-content-loader": "^6.2.0", "react-cookie": "^4.1.1", |