-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
106 lines (106 loc) · 3.21 KB
/
package.json
File metadata and controls
106 lines (106 loc) · 3.21 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"name": "taiga",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri",
"extract": "lingui extract",
"compile": "lingui compile"
},
"resolutions": {
"@swc/core": "1.9.0"
},
"dependencies": {
"@agentic/ai-sdk": "^7.3.3",
"@agentic/calculator": "^7.3.3",
"@agentic/exa": "^7.3.3",
"@agentic/jina": "^7.3.4",
"@agentic/searxng": "^7.3.3",
"@ai-sdk/deepseek": "2",
"@ai-sdk/google": "2",
"@ai-sdk/openai": "2",
"@ai-sdk/openai-compatible": "^1.0.29",
"@ai-sdk/perplexity": "2",
"@ai-sdk/react": "2",
"@hookform/resolvers": "^5.2.2",
"@icons-pack/react-simple-icons": "^12.1.0",
"@lingui/core": "^5.2.0",
"@lingui/react": "^5.2.0",
"@openrouter/ai-sdk-provider": "^0.4.1",
"@radix-ui/react-alert-dialog": "^1.1.6",
"@radix-ui/react-collapsible": "^1.1.3",
"@radix-ui/react-context-menu": "^2.2.6",
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-dropdown-menu": "^2.1.6",
"@radix-ui/react-label": "^2.1.2",
"@radix-ui/react-popover": "^1.1.6",
"@radix-ui/react-select": "^2.1.6",
"@radix-ui/react-slot": "^1.1.2",
"@radix-ui/react-switch": "^1.1.3",
"@radix-ui/react-tabs": "^1.1.3",
"@radix-ui/react-toggle": "^1.1.2",
"@radix-ui/react-tooltip": "^1.1.8",
"@tailwindcss/vite": "^4.0.6",
"@tanstack/react-router": "^1.104.1",
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-fs": "~2",
"@tauri-apps/plugin-http": "~2",
"@tauri-apps/plugin-opener": "~2",
"@tauri-apps/plugin-store": "~2",
"ai": "5",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "1.0.0",
"dayjs": "^1.11.13",
"immer": "^10.1.1",
"katex": "^0.16.22",
"lodash-es": "^4.17.21",
"lucide-react": "^0.475.0",
"next-themes": "^0.4.4",
"ogl": "^1.0.11",
"react": "19",
"react-dom": "19",
"react-hook-form": "^7.69.0",
"react-markdown": "^9.0.3",
"react-resizable-panels": "^2.1.7",
"react-syntax-highlighter": "^15.6.1",
"rehype-katex": "^7.0.1",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"sonner": "^1.7.4",
"tailwind-merge": "^3.0.1",
"tailwindcss": "^4.0.6",
"tailwindcss-animate": "^1.0.7",
"vaul": "^1.1.2",
"zod": "4"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.4.1",
"@lingui/cli": "^5.2.0",
"@lingui/swc-plugin": "^5.1.0",
"@lingui/vite-plugin": "^5.2.0",
"@tanstack/router-devtools": "^1.104.3",
"@tanstack/router-plugin": "^1.104.1",
"@tauri-apps/cli": "^2",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.13.2",
"@types/react": "19",
"@types/react-dom": "19",
"@types/react-syntax-highlighter": "^15.5.13",
"@typescript-eslint/parser": "^8.24.0",
"@vitejs/plugin-react": "^4.3.4",
"@vitejs/plugin-react-swc": "^3.8.0",
"eslint": "^8.0.1",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0 || ^16.0.0 ",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-tailwindcss": "^3.18.0",
"typescript": "~5.6.2",
"vite": "^6.0.3"
}
}