- feat(config): 添加可视化配置编辑器和 YAML 处理 - feat(i18n): 可视化配置编辑器国际化支持 - feat(logs): 优化日志加载,支持自动预加载 - feat(ui): API 使用统计显示成功/失败状态 - feat(ui): Payload 规则编辑器空状态显示 - refactor(nav): Config Panel 导航重构,移除 Settings/API Keys 页面 - fix(ui): Config Panel 操作栏居中,ProviderNav 移至底部 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
49 lines
1.4 KiB
JSON
49 lines
1.4 KiB
JSON
{
|
|
"name": "cli-proxy-webui-react",
|
|
"private": true,
|
|
"version": "1.1.3",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives",
|
|
"format": "prettier --write \"src/**/*.{ts,tsx,css,scss}\"",
|
|
"type-check": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@codemirror/lang-yaml": "^6.1.2",
|
|
"@tanstack/react-virtual": "^3.13.18",
|
|
"@uiw/react-codemirror": "^4.25.3",
|
|
"axios": "^1.13.2",
|
|
"chart.js": "^4.5.1",
|
|
"gsap": "^3.14.2",
|
|
"i18next": "^25.7.1",
|
|
"react": "^19.2.1",
|
|
"react-chartjs-2": "^5.3.1",
|
|
"react-dom": "^19.2.1",
|
|
"react-i18next": "^16.4.0",
|
|
"react-router-dom": "^7.10.1",
|
|
"yaml": "^2.8.2",
|
|
"zustand": "^5.0.9"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.39.1",
|
|
"@types/react": "^19.2.7",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@typescript-eslint/eslint-plugin": "^8.48.1",
|
|
"@typescript-eslint/parser": "^8.48.1",
|
|
"@vitejs/plugin-react": "^5.1.1",
|
|
"eslint": "^9.39.1",
|
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
"eslint-plugin-react-refresh": "^0.4.24",
|
|
"globals": "^16.5.0",
|
|
"prettier": "^3.7.4",
|
|
"sass": "^1.94.2",
|
|
"typescript": "^5.9.3",
|
|
"typescript-eslint": "^8.48.1",
|
|
"vite": "^7.2.6",
|
|
"vite-plugin-singlefile": "^2.3.0"
|
|
}
|
|
}
|