-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
129 lines (129 loc) · 4.38 KB
/
package.json
File metadata and controls
129 lines (129 loc) · 4.38 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
{
"name": "litechat",
"private": true,
"version": "0.2.9-beta",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "export VITE_SYSTEM_PROMPT_FILE=system-prompt.txt && tsc --noEmit --skipLibCheck && vite build",
"build:en": "VITE_APP_LANG=en npm run build",
"build:fr": "VITE_APP_LANG=fr npm run build",
"build:all": "npm run build:en && npm run build:fr",
"lint": "eslint .",
"preview": "vite preview",
"test": "DEBUG_PRINT_LIMIT=10000 vitest",
"test:ui": "DEBUG_PRINT_LIMIT=10000 vitest --ui",
"coverage": "DEBUG_PRINT_LIMIT=10000 vitest run --coverage",
"deploy": "gh-pages -d dist --no-history --dotfiles --remove \".proompts/**/*\"",
"to2web": "npm run build && bin/releaser && npm run deploy",
"mcp-proxy": "node bin/mcp-bridge.js",
"serve": "npm run build && npx http-server dist --port ${LITECHAT_PORT:=5173}",
"update": "git pull ${LITECHAT_ORIGIN:=origin} ${LITECHAT_BRANCH:=main} && npm install && npm run serve"
},
"dependencies": {
"@ai-sdk/anthropic": "^2.0.0",
"@ai-sdk/deepinfra": "^1.0.0",
"@ai-sdk/fal": "^1.0.0",
"@ai-sdk/fireworks": "^1.0.0",
"@ai-sdk/google": "^2.0.0",
"@ai-sdk/luma": "^1.0.0",
"@ai-sdk/mistral": "^2.0.0",
"@ai-sdk/openai": "^2.0.0",
"@ai-sdk/openai-compatible": "^1.0.0",
"@ai-sdk/replicate": "^1.0.0",
"@ai-sdk/xai": "^2.0.0",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@openrouter/ai-sdk-provider": "^1.0.0-beta.6",
"@radix-ui/react-accordion": "^1.2.11",
"@radix-ui/react-checkbox": "^1.3.2",
"@radix-ui/react-collapsible": "^1.1.8",
"@radix-ui/react-context-menu": "^2.2.12",
"@radix-ui/react-dialog": "^1.1.11",
"@radix-ui/react-dropdown-menu": "^2.1.12",
"@radix-ui/react-hover-card": "^1.1.13",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-popover": "^1.1.14",
"@radix-ui/react-progress": "^1.1.7",
"@radix-ui/react-radio-group": "^1.3.7",
"@radix-ui/react-scroll-area": "^1.2.6",
"@radix-ui/react-select": "^2.2.5",
"@radix-ui/react-separator": "^1.1.4",
"@radix-ui/react-slider": "^1.3.5",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-switch": "^1.2.5",
"@radix-ui/react-tabs": "^1.1.12",
"@radix-ui/react-tooltip": "^1.2.4",
"@tailwindcss/vite": "^4.0.17",
"@tanstack/react-form": "^1.18.0",
"@tanstack/react-virtual": "^3.13.8",
"@types/cheerio": "^1.0.0",
"@xyflow/react": "^12.7.0",
"@zenfs/core": "^2.3.5",
"@zenfs/dom": "^1.1.9",
"add": "^2.0.6",
"ai": "^5.0.0",
"cheerio": "^1.1.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"d3-hierarchy": "^3.1.2",
"date-fns": "^4.1.0",
"dexie": "^4.0.11",
"html-to-image": "^1.11.13",
"i18next": "^25.2.1",
"immer": "^10.1.1",
"isomorphic-git": "^1.30.1",
"jszip": "^3.10.1",
"lucide-react": "^0.536.0",
"markdown-it": "^14.1.0",
"mermaid-isomorphic": "^3.0.4",
"mitt": "^3.0.1",
"motion": "^12.9.7",
"nanoid": "^5.1.5",
"next-themes": "^0.4.6",
"ollama-ai-provider": "^1.2.0",
"prismjs": "^1.30.0",
"react": "^19.0.0",
"react-day-picker": "^9.8.1",
"react-dom": "^19.0.0",
"react-hook-form": "^7.56.1",
"react-i18next": "^15.5.3",
"react-simple-code-editor": "^0.14.1",
"recharts": "^3.1.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.11",
"tailwindcss-animate": "^1.0.7",
"tw-animate-css": "^1.3.6",
"zod": "^3.25.76",
"zustand": "5.0.3"
},
"devDependencies": {
"@eslint/js": "^10.0.0",
"@types/jszip": "^3.4.1",
"@types/markdown-it": "^14.1.2",
"@types/node": "^24.1.0",
"@types/prismjs": "^1.26.5",
"@types/react": "^19.1.9",
"@types/react-dom": "^19.1.7",
"@typescript-eslint/eslint-plugin": "^8.38.0",
"@typescript-eslint/parser": "^8.38.0",
"@vitejs/plugin-react": "^4.7.0",
"@vitest/ui": "^3.2.4",
"eslint": "^9.32.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"gh-pages": "^6.3.0",
"globals": "^16.3.0",
"jsdom": "^26.1.0",
"typescript": "~5.7.2",
"typescript-eslint": "^8.38.0",
"vite": "^7.0.6",
"vite-bundle-analyzer": "^1.1.0",
"vite-plugin-node-polyfills": "^0.24.0",
"vite-plugin-pwa": "^1.0.2",
"vitest": "^3.2.4"
}
}