diff options
| author | grothedev <grothedev@gmail.com> | 2026-05-29 21:34:16 -0400 |
|---|---|---|
| committer | grothedev <grothedev@gmail.com> | 2026-05-29 21:34:16 -0400 |
| commit | 27dc5849c3eaf4824d79938e7077abdbe2c82e24 (patch) | |
| tree | 4a6e963d291132ad6f5a22841ea2404b60949366 /web-timeplot/package.json | |
| parent | 73d75835e18a33c7f6c1b09bbcef93b16a7a9bfa (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.json | 6 |
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" } } |
