-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1005 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 1005 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "gatelab",
"version": "0.8.3",
"private": true,
"license": "MIT",
"type": "module",
"description": "GateLab — browser-based gating app for flow & mass cytometry (FCS in/out, Gating-ML 2.0). A TypeScript reimplementation reusing GateLabR's D3 engine.",
"scripts": {
"dev": "vite",
"build": "tsc -b --noEmit && vite build",
"build:embed": "tsc -b --noEmit && vite build --config vite.embed.config.ts",
"preview": "vite preview",
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"fflate": "^0.8.3",
"jspdf": "^4.2.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-moveable": "^0.56.0",
"react-selecto": "^1.26.3",
"svg2pdf.js": "^2.8.1"
},
"devDependencies": {
"@types/node": "^26.1.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.4",
"jsdom": "^29.1.1",
"typescript": "^5.6.3",
"vite": "^6.0.7",
"vitest": "^4.1.10"
}
}