mirror of
https://ghfast.top/https://github.com/aeroxw/tick-stock-panel.git
synced 2026-09-12 19:04:15 +08:00
- 推送: 新增企业微信群机器人通道(与飞书并列), 监控告警/复盘报告多渠道分发 - 个股分析: 历史报告改为右侧常驻栏(展示全部股票报告), 进页面自动恢复上次选股 - 价位算法: 成交密集区改用换手率衰减模型(国内主流筹码分布); 缺口回补判定修正(必须完全穿越缺口) - 回测: 回撤止盈改纯峰值口径(与 trailing_stop 一致); 佣金/印花税/滑点合并一行; 建仓口径加问号气泡说明 - 分时图: 自选列表迷你分时图加渐变填充(对齐个股对话框风格) - 图表: 个股分析日K图右侧标签适配浅色主题; 价位标签与下方文字行双向 hover 高亮联动
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"name": "tickflow-stock-panel-frontend",
|
|
"private": true,
|
|
"version": "0.1.82",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint ."
|
|
},
|
|
"dependencies": {
|
|
"@dnd-kit/core": "^6.3.1",
|
|
"@dnd-kit/sortable": "^10.0.0",
|
|
"@dnd-kit/utilities": "^3.2.2",
|
|
"@tanstack/react-query": "^5.55.0",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.1.1",
|
|
"echarts": "^5.5.0",
|
|
"echarts-for-react": "^3.0.2",
|
|
"framer-motion": "^11.5.0",
|
|
"lightweight-charts": "^4.2.0",
|
|
"lucide-react": "^0.439.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-router-dom": "^6.26.0",
|
|
"tailwind-merge": "^2.5.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^25.9.3",
|
|
"@types/react": "^18.3.5",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@vitejs/plugin-react": "^4.3.1",
|
|
"autoprefixer": "^10.4.20",
|
|
"postcss": "^8.4.45",
|
|
"tailwindcss": "^3.4.10",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"typescript": "^5.5.4",
|
|
"vite": "^5.4.3"
|
|
},
|
|
"packageManager": "pnpm@9.10.0"
|
|
}
|