-
Notifications
You must be signed in to change notification settings - Fork 238
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 2.15 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 2.15 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "liveagent-workspace",
"private": true,
"packageManager": "pnpm@10.32.1",
"scripts": {
"build:gui": "pnpm --filter liveagent build",
"build:webui": "pnpm --filter @liveagent/gateway-webui build",
"dev:stack": "node scripts/dev-stack.mjs start",
"dev:stack:stop": "node scripts/dev-stack.mjs stop",
"dev:stack:restart": "node scripts/dev-stack.mjs restart",
"dev:stack:status": "node scripts/dev-stack.mjs status",
"dev:stack:logs": "node scripts/dev-stack.mjs logs",
"check:fast": "node scripts/check.mjs fast",
"check:all": "node scripts/check.mjs all",
"check:strict": "node scripts/check.mjs strict",
"check:script-tests": "node --test scripts/ui-boundary-declarations.test.mjs scripts/run-node-tests.test.mjs scripts/check-biome-changed.test.mjs",
"check:ui-boundaries": "node scripts/check-ui-boundaries.mjs",
"typecheck:ui": "pnpm --filter @liveagent/ui typecheck",
"typecheck:virtual-core": "pnpm --filter @tanstack/virtual-core typecheck",
"test:virtual-core": "pnpm --filter @tanstack/virtual-core test",
"lint:ui": "pnpm --filter @liveagent/ui lint",
"lint:gui": "pnpm --filter liveagent lint",
"lint:webui": "pnpm --filter @liveagent/gateway-webui lint",
"test:gui": "pnpm --filter liveagent test:frontend",
"test:webui": "pnpm --filter @liveagent/gateway-webui test"
},
"pnpm": {
"overrides": {
"@base-ui/react": "1.6.0",
"@biomejs/biome": "2.4.15",
"@bufbuild/protobuf": "2.12.1",
"@git-diff-view/file": "0.1.3",
"@git-diff-view/react": "0.1.3",
"@iconify-json/gravity-ui": "1.2.12",
"@iconify-json/logos": "1.2.11",
"@iconify-json/lucide": "1.2.108",
"@tanstack/react-virtual": "3.14.6",
"@tanstack/virtual-core": "workspace:*",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@vitejs/plugin-react": "6.0.1",
"katex": "0.18.4",
"monaco-editor": "0.56.0",
"postcss": "8.5.8",
"react": "19.2.4",
"react-dom": "19.2.4",
"unplugin-icons": "23.0.1",
"vite": "8.0.5"
}
},
"devDependencies": {
"@babel/parser": "7.29.8",
"esbuild": "0.28.2"
}
}