summaryrefslogtreecommitdiff
path: root/web-timeplot/package.json
diff options
context:
space:
mode:
authorgrothedev <grothedev@gmail.com>2026-05-29 21:34:16 -0400
committergrothedev <grothedev@gmail.com>2026-05-29 21:34:16 -0400
commit27dc5849c3eaf4824d79938e7077abdbe2c82e24 (patch)
tree4a6e963d291132ad6f5a22841ea2404b60949366 /web-timeplot/package.json
parent73d75835e18a33c7f6c1b09bbcef93b16a7a9bfa (diff)
updates from claude. need to review. archiving rust and cpp stuff, going completely TS
Diffstat (limited to 'web-timeplot/package.json')
-rw-r--r--web-timeplot/package.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/web-timeplot/package.json b/web-timeplot/package.json
index 65694ba..9f4220f 100644
--- a/web-timeplot/package.json
+++ b/web-timeplot/package.json
@@ -6,12 +6,14 @@
"scripts": {
"dev": "vite --host",
"build": "vite build",
- "preview": "vite preview"
+ "preview": "vite preview",
+ "ws:demo": "node ./scripts/demo-websocket-server.mjs"
},
"devDependencies": {
"vite": "^5.0.0"
},
"dependencies": {
- "pixi.js": "^8.0.0"
+ "pixi.js": "^8.0.0",
+ "ws": "^8.20.0"
}
}