summaryrefslogtreecommitdiff
path: root/web-timeplot/package.json
blob: 65694ba1b00f1ca996c684e3022a80fe6ccef024 (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 --host",
    "build": "vite build",
    "preview": "vite preview"
  },
  "devDependencies": {
    "vite": "^5.0.0"
  },
  "dependencies": {
    "pixi.js": "^8.0.0"
  }
}