diff package.json @ 2395:ef3cde3e81e8

switch collector output from json to avro (still over WS)
author drewp@bigasterisk.com
date Thu, 16 May 2024 15:03:50 -0700
parents 6c98a6677a7d
children ae4b90efb55a
line wrap: on
line diff
--- a/package.json	Tue May 14 14:46:56 2024 -0700
+++ b/package.json	Thu May 16 15:03:50 2024 -0700
@@ -23,6 +23,7 @@
     "@types/reconnectingwebsocket": "^1.0.10",
     "@types/underscore": "^1.11.15",
     "async": "^3.2.5",
+    "avro-js": "^1.11.3",
     "d3": "^7.9.0",
     "debug": "^4.3.4",
     "flexlayout-react": "^0.7.15",
@@ -46,6 +47,7 @@
   },
   "devDependencies": {
     "@types/react": "^18.3.2",
-    "@types/react-dom": "^18.3.0"
+    "@types/react-dom": "^18.3.0",
+    "vite-plugin-node-polyfills": "^0.21.0"
   }
 }