-
Notifications
You must be signed in to change notification settings - Fork 160
Expand file tree
/
Copy pathpackage.json
More file actions
130 lines (130 loc) · 4.26 KB
/
Copy pathpackage.json
File metadata and controls
130 lines (130 loc) · 4.26 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
"name": "aiaw",
"version": "1.8.11",
"description": "精心设计的 AI (LLM) 客户端。全功能,轻量级;支持多工作区、插件系统、跨平台、本地优先+实时云同步",
"productName": "AI as Workspace",
"author": "NitroRCr <i@krytro.com>",
"type": "module",
"private": true,
"scripts": {
"lint": "eslint --ext .js,.ts,.vue ./",
"test": "echo \"No test specified\" && exit 0",
"dev": "quasar dev",
"build": "quasar build",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs",
"sync-version": "node scripts/sync-version.js"
},
"dependencies": {
"@ai-sdk/anthropic": "^2.0.6",
"@ai-sdk/azure": "^2.0.19",
"@ai-sdk/cohere": "^2.0.5",
"@ai-sdk/deepseek": "^1.0.12",
"@ai-sdk/google": "^2.0.8",
"@ai-sdk/groq": "^2.0.14",
"@ai-sdk/mistral": "^2.0.9",
"@ai-sdk/openai": "^2.0.19",
"@ai-sdk/openai-compatible": "^1.0.14",
"@ai-sdk/togetherai": "^1.0.12",
"@ai-sdk/xai": "^2.0.11",
"@bradenmacdonald/s3-lite-client": "npm:@jsr/bradenmacdonald__s3-lite-client@^0.8.0",
"@capacitor/android": "^7.0.1",
"@capacitor/app": "^7.0.0",
"@capacitor/clipboard": "^7.0.0",
"@capacitor/core": "^7.0.1",
"@capacitor/filesystem": "^7.0.1",
"@capacitor/ios": "^7.0.1",
"@capacitor/keyboard": "^7.0.0",
"@capacitor/status-bar": "^7.0.0",
"@capawesome/capacitor-android-edge-to-edge-support": "^7.1.0",
"@capawesome/capacitor-live-update": "^7.1.0",
"@cfworker/json-schema": "^2.0.1",
"@chenfengyuan/vue-qrcode": "^2.0.0",
"@gradio/client": "^1.7.1",
"@lobehub/chat-plugin-sdk": "^1.32.4",
"@material/material-color-utilities": "^0.3.0",
"@modelcontextprotocol/sdk": "^1.29.0",
"@openrouter/ai-sdk-provider": "^1.1.2",
"@quasar/extras": "^1.16.12",
"@sinclair/typebox": "^0.33.12",
"@tauri-apps/plugin-clipboard-manager": "~2.2.1",
"@tauri-apps/plugin-opener": "~2.2.6",
"@tauri-apps/plugin-os": "~2.2.0",
"@tauri-apps/plugin-process": "~2.2.0",
"@tauri-apps/plugin-shell": "~2.2.1",
"@tauri-apps/plugin-updater": "~2.5.0",
"@tauri-apps/plugin-window-state": "~2.2.1",
"@vueuse/core": "^11.0.3",
"@vueuse/rxjs": "^11.0.3",
"ai": "^5.0.22",
"ai-sdk-ollama": "^0.5.1",
"capacitor-export-file": "^0.0.1",
"capacitor-stream-fetch": "^0.0.6",
"codejar-linenumbers": "^1.0.1",
"dexie": "^4.4.2",
"dexie-cloud-addon": "^4.4.11",
"dexie-export-import": "^4.4.0",
"eventsource": "^3.0.6",
"expr-eval": "^2.0.2",
"fflate": "^0.8.2",
"html-to-image": "^1.11.13",
"json-schema": "^0.4.0",
"liquidjs": "^10.25.5",
"mammoth": "^1.9.0",
"markdown-it-footnote": "^4.0.0",
"markdown-it-link-attributes": "^4.0.1",
"md-editor-v3": "^5.4.5",
"pdfjs-dist": "^5.2.133",
"pinia": "^2.2.2",
"quasar": "^2.18.1",
"register-service-worker": "^1.7.2",
"vue": "^3.5.12",
"vue-draggable-plus": "^0.6.0",
"vue-i18n": "^11.1.2",
"vue-router": "^4.4.0",
"webm-muxer": "^5.0.2",
"xlsx-republish": "^0.20.3",
"zod": "^3.25.76"
},
"devDependencies": {
"@capacitor/cli": "^7.0.1",
"@intlify/unplugin-vue-i18n": "^2.0.0",
"@quasar/app-vite": "^2.1.0",
"@tauri-apps/cli": "^2.2.7",
"@types/node": "^20.16.1",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@unocss/preset-rem-to-px": "^0.62.3",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-promise": "^6.6.0",
"eslint-plugin-vue": "^9.27.0",
"mark.js": "^8.11.1",
"typescript": "~5.5.4",
"unocss": "^0.62.3",
"vite-plugin-checker": "^0.7.2",
"vitepress": "^1.5.0",
"vue-tsc": "^2.0.29",
"workbox-build": "^7.1.1",
"workbox-cacheable-response": "^7.1.0",
"workbox-core": "^7.1.0",
"workbox-expiration": "^7.1.0",
"workbox-precaching": "^7.1.0",
"workbox-routing": "^7.1.0",
"workbox-strategies": "^7.1.0"
},
"engines": {
"node": "^24 || ^22 || ^20 || ^18",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
},
"pnpm": {
"onlyBuiltDependencies": [
"sharp"
]
}
}