-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.87 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.87 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
56
57
58
59
{
"name": "quanux-client",
"version": "0.0.1",
"private": true,
"description": "QuanuX Client (Tauri + React) — scaffold only",
"scripts": {
"dev": "echo \"TODO: start Vite dev server (wired later)\"",
"build": "echo \"TODO: build client (wired later)\"",
"preview": "echo \"TODO: vite preview (wired later)\"",
"check": "tsc --noEmit",
"build:mcp": "tsc -p mcp/tsconfig.json",
"mcp": "pnpm run build:mcp && node dist/mcp/index.js"
},
"engines": {
"node": ">=20"
},
"peerDependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/node": "^22.19.13",
"@types/react": "^18.3.27",
"@types/react-dom": "^18.3.7",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3"
},
"dependencies": {
"@hookform/resolvers": "^5.2.2",
"@modelcontextprotocol/sdk": "1.27.1",
"@radix-ui/react-avatar": "^1.1.11",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-progress": "^1.1.8",
"@radix-ui/react-radio-group": "^1.3.8",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slider": "^1.3.6",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-toast": "^1.2.15",
"@radix-ui/react-toggle": "^1.1.10",
"@radix-ui/react-tooltip": "^1.2.8",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"hono": "^4.12.7",
"lucide-react": "^0.577.0",
"react-hook-form": "^7.71.2",
"tailwind-merge": "^2.6.1",
"tailwindcss-animate": "^1.0.7",
"zod": "^4.3.6"
}
}