-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
55 lines (55 loc) · 1.4 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
{
"name": "rhua-chatgpt-web",
"private": true,
"version": "1.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@douyinfe/semi-icons": "^2.59.0",
"@douyinfe/semi-icons-lab": "^2.59.0",
"@douyinfe/semi-illustrations": "^2.59.0",
"@douyinfe/semi-ui": "^2.59.0",
"@langchain/community": "^0.2.2",
"@langchain/core": "^0.2.0",
"@langchain/openai": "^0.0.33",
"@semi-bot/semi-theme-xiangshuishidai": "^1.0.0",
"@tauri-apps/api": "^1.5.6",
"ai": "^3.1.14",
"highlight.js": "^11.9.0",
"html-to-image": "^1.11.11",
"katex": "^0.16.10",
"langchain": "^0.2.2",
"localforage": "^1.10.0",
"mermaid": "^10.9.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-markdown": "^9.0.1",
"react-router-dom": "^6.23.1",
"rehype-highlight": "^7.0.0",
"rehype-katex": "^7.0.0",
"remark-breaks": "^4.0.0",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"styled-components": "^6.1.11",
"zod": "^3.23.8"
},
"devDependencies": {
"@tauri-apps/cli": "^1.5.14",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.0",
"sass": "^1.77.2",
"typescript": "^5.4.5",
"vite": "^5.2.11"
},
"pnpm": {
"overrides": {
"@langchain/core": "^0.2.0"
}
}
}