-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.79 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.79 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
{
"name": "chatspeed",
"private": true,
"version": "1.1.18",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@ai-sdk/openai": "^3.0.26",
"@antv/g2plot": "^2.4.35",
"@tauri-apps/api": "^2.9.0",
"@tauri-apps/plugin-autostart": "^2.5.0",
"@tauri-apps/plugin-dialog": "^2.4.0",
"@tauri-apps/plugin-fs": "^2.4.2",
"@tauri-apps/plugin-opener": "^2.5.0",
"@tauri-apps/plugin-process": "^2.3.0",
"@tauri-apps/plugin-shell": "^2.3.1",
"@vue/shared": "^3.5.22",
"ai": "^6.0.78",
"element-plus": "^2.8.10",
"exceljs": "^4.4.0",
"he": "^1.2.0",
"highlight.js": "^11.11.1",
"katex": "^0.16.25",
"mammoth": "^1.11.0",
"marked": "^16.4.1",
"markmap-common": "^0.18",
"markmap-lib": "^0.18",
"markmap-view": "^0.18",
"mermaid": "^11.12.2",
"pdfjs-dist": "^5.4.530",
"pinia": "^3.0.3",
"sortablejs": "^1.15.6",
"sortablejs-vue3": "^1.3.0",
"vue": "^3.5.22",
"vue-i18n": "^11.1.12",
"vue-router": "^4.6.3",
"zod": "^4.3.6"
},
"devDependencies": {
"@tauri-apps/cli": "^2.9.6",
"@vitejs/plugin-vue": "^6.0.1",
"sass-embedded": "^1.93.2",
"typescript": "^5.9.3",
"unplugin-auto-import": "^20.2.0",
"unplugin-vue-components": "^29.2.0",
"vite": "^7.1.12",
"vite-plugin-svg-icons": "^2.0.1"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
"resolutions": {
"rollup": ">=2.79.2",
"postcss": ">=8.4.31",
"braces": ">=3.0.3",
"micromatch": ">=4.0.8",
"undici": ">=6.23.0",
"lodash": ">=4.17.21",
"lodash-es": ">=4.17.21"
}
}