- feat(terminal): add word/line cursor shortcuts for shell line-editing. - feat(appearance): apply UI zoom level to terminal and Monaco editors. - fix(settings): move content padding inside scroll areas to keep inner borders visible. - refactor(git-error): drop locale-specific not-a-repo patterns. - fix(process): apply C.UTF-8 locale across platforms for child processes. ----------------------------- # 发布版本 0.9.4 - 新增(终端):新增按词/按行光标移动的快捷键,优化 Shell 行编辑体验; - 新增(外观):将界面缩放级别应用到终端和 Monaco 编辑器; - 修复(设置):将内容内边距移入滚动区域内部,保证内部边框完整可见; - 重构(Git 错误):移除特定语言区域的"非 Git 仓库"匹配模式; - 修复(进程):在各平台子进程中统一使用 C.UTF-8 locale。
85 lines
2.7 KiB
JSON
85 lines
2.7 KiB
JSON
{
|
|
"name": "codeg",
|
|
"private": true,
|
|
"version": "0.9.4",
|
|
"scripts": {
|
|
"dev": "next dev --turbopack",
|
|
"build": "next build",
|
|
"lint": "eslint",
|
|
"tauri": "tauri",
|
|
"server:build": "cd src-tauri && cargo build --release --bin codeg-server --no-default-features",
|
|
"server:dev": "cd src-tauri && cargo run --bin codeg-server --no-default-features",
|
|
"postinstall": "node -e \"const fs=require('fs');fs.cpSync('node_modules/monaco-editor/min/vs','public/vs',{recursive:true,force:true});const p='public/vs/loader.js';fs.writeFileSync(p,fs.readFileSync(p,'utf8').replace(/\\n\\/\\/# sourceMappingURL=.*/,''))\""
|
|
},
|
|
"dependencies": {
|
|
"@base-ui/react": "^1.1.0",
|
|
"@lobehub/icons": "^5.3.0",
|
|
"@monaco-editor/react": "^4.7.0",
|
|
"@radix-ui/react-use-controllable-state": "^1.2.2",
|
|
"@streamdown/cjk": "^1.0.2",
|
|
"@streamdown/code": "^1.0.2",
|
|
"@streamdown/math": "^1.0.2",
|
|
"@streamdown/mermaid": "^1.0.2",
|
|
"@tauri-apps/api": "^2",
|
|
"@tauri-apps/plugin-dialog": "^2.6.0",
|
|
"@tauri-apps/plugin-opener": "^2",
|
|
"@tauri-apps/plugin-process": "^2.3.1",
|
|
"@tauri-apps/plugin-updater": "^2.10.0",
|
|
"@tauri-apps/plugin-window-state": "~2.4.1",
|
|
"@xterm/addon-fit": "^0.11.0",
|
|
"@xterm/addon-web-links": "^0.12.0",
|
|
"@xterm/xterm": "^6.0.0",
|
|
"ai": "^6.0.78",
|
|
"ansi-to-react": "^6.2.6",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"cmdk": "^1.1.1",
|
|
"date-fns": "^4.1.0",
|
|
"html-to-image": "^1.11.13",
|
|
"ignore": "^7.0.5",
|
|
"katex": "^0.16.45",
|
|
"lucide-react": "^0.563.0",
|
|
"monaco-editor": "^0.55.1",
|
|
"motion": "^12.34.0",
|
|
"next": "^16",
|
|
"next-intl": "^4.8.3",
|
|
"next-themes": "^0.4.6",
|
|
"overlayscrollbars": "^2.15.1",
|
|
"overlayscrollbars-react": "^0.5.6",
|
|
"postcss": "^8.5.6",
|
|
"radix-ui": "^1.4.3",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"react-markdown": "^10.1.0",
|
|
"react-resizable-panels": "^2.1.9",
|
|
"remark-gfm": "^4.0.1",
|
|
"shadcn": "^3.8.4",
|
|
"shiki": "^3.22.0",
|
|
"sonner": "^2.0.7",
|
|
"streamdown": "^2.2.0",
|
|
"tailwind-merge": "^3.4.0",
|
|
"tailwindcss": "^4.1.18",
|
|
"use-stick-to-bottom": "^1.1.3",
|
|
"virtua": "^0.48.8"
|
|
},
|
|
"pnpm": {
|
|
"overrides": {
|
|
"mermaid": "^11.13.0"
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4.1.18",
|
|
"@tauri-apps/cli": "^2",
|
|
"@types/node": "25.2.2",
|
|
"@types/react": "^19.1.8",
|
|
"@types/react-dom": "^19.1.6",
|
|
"eslint": "^9.39.2",
|
|
"eslint-config-next": "^16.1.6",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"eslint-plugin-prettier": "^5.5.5",
|
|
"prettier": "^3.8.1",
|
|
"tw-animate-css": "^1.4.0",
|
|
"typescript": "~5.8.3"
|
|
}
|
|
}
|