summaryrefslogtreecommitdiff
path: root/web-timeplot/package.json
diff options
context:
space:
mode:
authorgrothedev <grothedev@gmail.com>2025-10-02 20:13:46 -0400
committergrothedev <grothedev@gmail.com>2025-10-02 20:13:46 -0400
commit39124e6854b2740e9f30c058e873355dfd739a4e (patch)
tree5cd1fb7986b1aebbde79ce478ecfc0b077690414 /web-timeplot/package.json
parent836459dce3f50767d41978be4a2f7ac788e6a9ba (diff)
starting with pixijs implementation
Diffstat (limited to 'web-timeplot/package.json')
-rw-r--r--web-timeplot/package.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/web-timeplot/package.json b/web-timeplot/package.json
new file mode 100644
index 0000000..8028292
--- /dev/null
+++ b/web-timeplot/package.json
@@ -0,0 +1,17 @@
+{
+ "name": "web-timeplot",
+ "version": "0.1.0",
+ "description": "PixiJS waterfall display with WebGPU/WebGL",
+ "type": "module",
+ "scripts": {
+ "dev": "vite",
+ "build": "vite build",
+ "preview": "vite preview"
+ },
+ "devDependencies": {
+ "vite": "^5.0.0"
+ },
+ "dependencies": {
+ "pixi.js": "^8.0.0"
+ }
+}