-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.13 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.13 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
{
"name": "ssmsx",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri",
"tauri:dev": "tauri dev --config src-tauri/tauri.conf.dev.json --features dev-mcp",
"smoke:sidecar": "node scripts/smoke-sidecar.mjs",
"smoke:tauri-mcp": "node scripts/smoke-tauri-mcp.mjs"
},
"dependencies": {
"@monaco-editor/react": "4.7.0",
"@tailwindcss/vite": "4.2.1",
"@tanstack/react-virtual": "3.13.23",
"@tauri-apps/api": "2.10.1",
"@tauri-apps/plugin-shell": "2.3.5",
"@xyflow/react": "12.10.2",
"dagre": "0.8.5",
"lucide-react": "1.16.0",
"monaco-editor": "0.55.1",
"react": "19.2.4",
"react-dom": "19.2.4",
"tailwindcss": "4.2.1",
"zustand": "5.0.12"
},
"devDependencies": {
"@playwright/test": "1.60.0",
"@tauri-apps/cli": "2.11.2",
"@types/dagre": "0.7.54",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@vitejs/plugin-react": "4.7.0",
"typescript": "5.9.3",
"vite": "6.4.3"
},
"overrides": {
"dompurify": "3.4.11"
}
}