-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 751 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 751 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
{
"name": "labhub",
"version": "0.1.0",
"type": "module",
"description": "LabHub — operational dashboard and chat hub for agentic labs",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "vitest run",
"test:watch": "vitest",
"check": "tsc --noEmit && vitest run && vite build",
"start": "bash scripts/dev-start.sh",
"stop": "bash scripts/dev-stop.sh"
},
"devDependencies": {
"@types/jsdom": "^28.0.1",
"jsdom": "^29.1.1",
"typescript": "^5.9.3",
"vite": "^6.2.0",
"vitest": "^4.1.5"
},
"dependencies": {
"@types/three": "^0.184.1",
"3d-force-graph": "^1.80.0",
"plotly.js-dist-min": "^2.35.0",
"three": "^0.170.0"
}
}