comparison 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
comparison
equal deleted inserted replaced
2394:7578f855d18b 2395:ef3cde3e81e8
21 "@types/n3": "^1.16.4", 21 "@types/n3": "^1.16.4",
22 "@types/node": "^20.12.11", 22 "@types/node": "^20.12.11",
23 "@types/reconnectingwebsocket": "^1.0.10", 23 "@types/reconnectingwebsocket": "^1.0.10",
24 "@types/underscore": "^1.11.15", 24 "@types/underscore": "^1.11.15",
25 "async": "^3.2.5", 25 "async": "^3.2.5",
26 "avro-js": "^1.11.3",
26 "d3": "^7.9.0", 27 "d3": "^7.9.0",
27 "debug": "^4.3.4", 28 "debug": "^4.3.4",
28 "flexlayout-react": "^0.7.15", 29 "flexlayout-react": "^0.7.15",
29 "fpsmeter": "^0.3.1", 30 "fpsmeter": "^0.3.1",
30 "immutable": "^4.3.5", 31 "immutable": "^4.3.5",
44 "vite-plugin-rewrite-all": "^1.0.2", 45 "vite-plugin-rewrite-all": "^1.0.2",
45 "vitest": "^0.31.4" 46 "vitest": "^0.31.4"
46 }, 47 },
47 "devDependencies": { 48 "devDependencies": {
48 "@types/react": "^18.3.2", 49 "@types/react": "^18.3.2",
49 "@types/react-dom": "^18.3.0" 50 "@types/react-dom": "^18.3.0",
51 "vite-plugin-node-polyfills": "^0.21.0"
50 } 52 }
51 } 53 }