-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
68 lines (68 loc) · 1.85 KB
/
package.json
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
{
"name": "yogu-chat-app",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@ai-sdk/anthropic": "^1.1.11",
"@ai-sdk/azure": "^1.1.14",
"@ai-sdk/deepseek": "^0.1.12",
"@ai-sdk/google": "^1.1.17",
"@ai-sdk/openai": "^1.1.13",
"@ai-sdk/vue": "^1.1.18",
"@ai-sdk/xai": "^1.1.12",
"@crazydos/vue-markdown": "^1.0.2",
"@openrouter/ai-sdk-provider": "^0.2.2",
"@tailwindcss/vite": "^4.0.6",
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-deep-link": "~2",
"@tauri-apps/plugin-dialog": "^2.2.0",
"@tauri-apps/plugin-opener": "^2",
"@tauri-apps/plugin-os": "^2.2.0",
"@tauri-apps/plugin-sql": "~2.2.0",
"@tauri-apps/plugin-store": "~2",
"@tauri-apps/plugin-updater": "~2",
"@tavily/core": "^0.3.1",
"@types/mdast": "^4.0.4",
"@vueuse/core": "^12.7.0",
"ai": "^4.1.45",
"date-fns": "^4.1.0",
"exa-js": "^1.4.10",
"hastscript": "^9.0.1",
"lodash": "^4.17.21",
"lucide-vue-next": "^0.475.0",
"mermaid": "^11.4.1",
"nanoid": "^5.1.0",
"pinia": "^3.0.1",
"prismjs": "^1.29.0",
"rehype-katex": "^7.0.1",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"shiki": "^3.0.0",
"tailwindcss": "^4.0.6",
"unist-util-visit": "^5.0.0",
"vue": "^3.5.13",
"vue-i18n": "^11.1.1",
"vue-router": "^4.5.0",
"vue-sonner": "^1.3.0",
"zod": "^3.24.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.16",
"@tauri-apps/cli": "^2",
"@types/lodash": "^4.17.15",
"@types/prismjs": "^1.26.5",
"@vitejs/plugin-vue": "^5.2.1",
"autoprefixer": "^10.4.20",
"typescript": "~5.6.2",
"vite": "^6.0.3",
"vue-tsc": "^2.1.10"
}
}