Files
DashBoard/frontend/package.json
egg bf7285fb51 feat(qc-gate): add QC-GATE real-time LOT status report as first pure Vue 3 + Vite page
Introduce QC-GATE station monitoring with stacked bar chart and filterable LOT table,
using Vue 3 SFC + ECharts via npm. Establishes the pure Vite page architecture pattern
(no Jinja2) for future page migration. Also removes stale design files and README.mdj.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-09 13:06:59 +08:00

21 lines
508 B
JSON

{
"name": "mes-dashboard-frontend",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vite build && cp ../src/mes_dashboard/static/dist/src/qc-gate/index.html ../src/mes_dashboard/static/dist/qc-gate.html",
"test": "node --test tests/*.test.js"
},
"devDependencies": {
"vite": "^6.3.0"
},
"dependencies": {
"@vitejs/plugin-vue": "^6.0.4",
"echarts": "^6.0.0",
"vue": "^3.5.27",
"vue-echarts": "^8.0.1"
}
}