-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.33 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 2.33 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
60
61
62
63
64
65
66
67
68
69
70
{
"type": "module",
"scripts": {
"dev": "tauri dev --no-watch",
"dev:web": "vite dev",
"build": "tauri build",
"build:web": "tsc && vite build",
"fmt": "oxfmt && cargo fmt --all"
},
"dependencies": {
"@ai-sdk/anthropic": "^3.0.71",
"@ai-sdk/google": "^3.0.64",
"@ai-sdk/openai-compatible": "^2.0.41",
"@ai-sdk/react": "^3.0.170",
"@base-ui/react": "^1.5.0",
"@radix-ui/react-dialog": "^1.1.11",
"@radix-ui/react-dropdown-menu": "^2.1.12",
"@radix-ui/react-hover-card": "^1.1.11",
"@radix-ui/react-popover": "^1.1.11",
"@radix-ui/react-scroll-area": "^1.2.6",
"@radix-ui/react-select": "^2.2.2",
"@radix-ui/react-slider": "^1.3.2",
"@radix-ui/react-tabs": "^1.1.9",
"@radix-ui/react-use-rect": "^1.1.1",
"@radix-ui/react-visually-hidden": "^1.2.0",
"@tabler/icons-react": "=3.18.0",
"@tauri-apps/api": "^2.10.1",
"@tauri-apps/plugin-clipboard-manager": "^2.3.2",
"@tauri-apps/plugin-dialog": "^2.7.0",
"@tauri-apps/plugin-fs": "^2.5.0",
"@tauri-apps/plugin-http": "^2.5.9",
"@tauri-apps/plugin-opener": "^2.5.3",
"@tauri-apps/plugin-process": "^2.3.1",
"@tauri-apps/plugin-updater": "^2.10.1",
"@wyhaya/fuzzy-search": "^0.1.0",
"@xyflow/react": "12.6.0",
"ai": "^6.0.168",
"clsx": "^2.1.1",
"elkjs": "^0.9.3",
"framer-motion": "^12.9.1",
"marked": "^18.0.1",
"monaco-editor": "^0.45.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-intersection-observer": "^10.0.0",
"react-markdown": "^10.1.0",
"recharts": "^2.15.3",
"remark-gfm": "^4.0.1",
"swr": "^2.2.5",
"zod": "^4.2.1",
"zustand": "^5.0.3"
},
"devDependencies": {
"@tauri-apps/cli": "^2.10.1",
"@types/lodash": "^4.17.16",
"@types/node": "^24.5.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^6.0.1",
"autoprefixer": "^10.5.0",
"oxfmt": "^0.46.0",
"tailwindcss": "^3.4.19",
"typescript": "^6.0.3",
"vite": "^8.0.9"
},
"engines": {
"node": "26"
},
"packageManager": "pnpm@11.3.0"
}