summaryrefslogtreecommitdiff
path: root/web-timeplot/package.json
blob: 802829211a0f1cf38533bf12854f29a2120e341f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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"
  }
}