-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.37 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.37 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
{
"name": "_projectsmindmappingsovern-mindmap",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build:mcp": "tsc -p tsconfig.mcp.json",
"preview": "vite preview",
"test": "vitest run",
"tauri": "tauri"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.29.0",
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-dialog": "^2.7.1",
"@tauri-apps/plugin-fs": "^2.5.1",
"@tauri-apps/plugin-opener": "^2",
"@types/dagre": "^0.7.54",
"@xyflow/react": "^12.10.2",
"dagre": "^0.8.5",
"html-to-image": "^1.11.13",
"lucide-react": "^1.14.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"zundo": "^2.3.0",
"zustand": "^5.0.13"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.2.4",
"@tailwindcss/vite": "^4.2.4",
"@tauri-apps/cli": "^2",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react": "^4.6.0",
"autoprefixer": "^10.5.0",
"jsdom": "^29.1.1",
"postcss": "^8.5.23",
"tailwindcss": "^4.2.4",
"typescript": "~5.8.3",
"vite": "^7.3.5",
"vitest": "^4.1.8"
},
"overrides": {
"@hono/node-server": "^2.0.5",
"body-parser": "^2.3.0",
"esbuild": "^0.28.1",
"fast-uri": "^3.1.4",
"hono": "^4.12.27",
"undici": "^7.28.0",
"vite": "^7.3.5"
}
}