summaryrefslogtreecommitdiff
path: root/web-timeplot/package.json
diff options
context:
space:
mode:
authorgrothedev <grothedev@gmail.com>2026-05-29 21:49:20 -0400
committergrothedev <grothedev@gmail.com>2026-05-29 21:49:20 -0400
commit6196004b51a6850909c154f5402ff4858eab479a (patch)
tree126b8bb1600d0a656e0df016e25d08c390f3540e /web-timeplot/package.json
parent27dc5849c3eaf4824d79938e7077abdbe2c82e24 (diff)
mv web stuff to root project dirHEADprototypeframeworkmain
Diffstat (limited to 'web-timeplot/package.json')
-rw-r--r--web-timeplot/package.json19
1 files changed, 0 insertions, 19 deletions
diff --git a/web-timeplot/package.json b/web-timeplot/package.json
deleted file mode 100644
index 9f4220f..0000000
--- a/web-timeplot/package.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "name": "web-timeplot",
- "version": "0.1.0",
- "description": "PixiJS waterfall display with WebGPU/WebGL",
- "type": "module",
- "scripts": {
- "dev": "vite --host",
- "build": "vite build",
- "preview": "vite preview",
- "ws:demo": "node ./scripts/demo-websocket-server.mjs"
- },
- "devDependencies": {
- "vite": "^5.0.0"
- },
- "dependencies": {
- "pixi.js": "^8.0.0",
- "ws": "^8.20.0"
- }
-}