-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.13 KB
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 1.13 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
{
"name": "kimi-desktop-next",
"version": "0.3.3",
"description": "Desktop client for Kimi Code CLI (kimi web backend)",
"license": "AGPL-3.0-only",
"scripts": {
"typecheck": "tsc --noEmit -p tsconfig.node.json && tsc --noEmit -p tsconfig.web.json",
"dev:renderer": "vite --config vite.renderer.config.mts",
"build:renderer": "vite build --config vite.renderer.config.mts",
"tauri:dev": "tauri dev --config src-tauri/tauri.conf.json",
"tauri:build": "tauri build --config src-tauri/tauri.conf.json"
},
"devDependencies": {
"@tailwindcss/vite": "^4.0.0",
"@tauri-apps/cli": "^2.0.0",
"@types/node": "^26.1.2",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.4",
"sharp": "^0.35.3",
"tailwindcss": "^4.0.0",
"typescript": "~5.6.3",
"vite": "^5.4.11"
},
"dependencies": {
"@tauri-apps/api": "^2.0.0",
"highlight.js": "^11.10.0",
"lucide-react": "^0.468.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-markdown": "^9.0.3",
"rehype-highlight": "^7.0.1",
"remark-gfm": "^4.0.0",
"zustand": "^5.0.2"
}
}