-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.9 KB
/
Copy pathpackage.json
File metadata and controls
65 lines (65 loc) · 1.9 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
{
"name": "openchat",
"private": true,
"version": "0.8.0",
"type": "module",
"scripts": {
"dev": "concurrently \"cd backend && uv run uvicorn main:app --reload\" \"vite\"",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri",
"sync-version": "node scripts/sync-version.js",
"version": "npm run sync-version && git add -A"
},
"dependencies": {
"@anthropic-ai/tokenizer": "^0.0.4",
"@fortawesome/fontawesome-svg-core": "^7.1.0",
"@fortawesome/free-solid-svg-icons": "^7.1.0",
"@fortawesome/react-fontawesome": "^3.1.0",
"@lobehub/fluent-emoji": "^4.1.0",
"@lobehub/icons": "^5.4.0",
"@lobehub/ui": "^5.7.0",
"@monaco-editor/react": "^4.7.0",
"@openrouter/ai-sdk-provider": "^2.6.0",
"@openrouter/sdk": "^0.11.2",
"@supabase/supabase-js": "^2.103.0",
"@types/dompurify": "^3.0.5",
"@types/marked": "^5.0.2",
"@types/prismjs": "^1.26.5",
"ai": "^6.0.161",
"antd": "^6.3.5",
"antd-style": "^4.1.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dompurify": "^3.3.0",
"katex": "^0.16.23",
"lucide-react": "^0.544.0",
"marked": "^17.0.0",
"prismjs": "^1.30.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-markdown": "^10.1.0",
"rehype-katex": "^7.0.1",
"rehype-pretty-code": "^0.14.1",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"shiki": "^3.13.0",
"tailwind-merge": "^3.3.1",
"tiktoken": "^1.0.22",
"zod": "^4.3.6"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.14",
"@tailwindcss/typography": "^0.5.19",
"@types/node": "^24.8.1",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react": "^4.6.0",
"autoprefixer": "^10.4.21",
"concurrently": "^9.2.1",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.14",
"typescript": "~5.8.3",
"vite": "^7.0.4"
}
}