50 lines
1.7 KiB
JSON
50 lines
1.7 KiB
JSON
{
|
|
"name": "yg-ft-platform-frontend",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc -b && vite build",
|
|
"preview": "vite preview",
|
|
"type-check": "vue-tsc -b --noEmit",
|
|
"test:default-dashboard": "node scripts/regression-default-dashboard.mjs",
|
|
"test:dashboard": "node scripts/regression-dashboard.mjs",
|
|
"test:data-process-list": "node scripts/regression-data-process-list.mjs",
|
|
"test:data-process-wizard": "node scripts/regression-data-process-wizard.mjs",
|
|
"test:dataset-task-tab": "node scripts/regression-dataset-task-tab.mjs",
|
|
"test:dataset-preview": "node scripts/regression-dataset-preview.mjs",
|
|
"test:eval-create": "node scripts/regression-eval-create-wizard.mjs",
|
|
"test:eval-detail": "node scripts/regression-eval-detail.mjs",
|
|
"test:model-manage": "node scripts/regression-model-manage.mjs",
|
|
"test:hardware": "node scripts/regression-hardware-dashboard.mjs",
|
|
"test:training-log-layout": "node scripts/regression-training-log-layout.mjs",
|
|
"test:page-surface": "node scripts/regression-page-surface.mjs"
|
|
},
|
|
"dependencies": {
|
|
"@vueuse/core": "^11.3.0",
|
|
"axios": "^1.7.9",
|
|
"chart.js": "^4.4.7",
|
|
"dompurify": "^3.2.3",
|
|
"echarts": "^6.1.0",
|
|
"element-plus": "^2.9.1",
|
|
"marked": "^15.0.5",
|
|
"md-editor-v3": "^5.1.4",
|
|
"pinia": "^2.3.0",
|
|
"vue": "^3.5.13",
|
|
"vue-echarts": "^8.0.1",
|
|
"vue-router": "^4.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/dompurify": "^3.0.5",
|
|
"@types/node": "^26.1.1",
|
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
"sass": "^1.83.0",
|
|
"typescript": "~5.7.2",
|
|
"unplugin-auto-import": "^0.19.0",
|
|
"unplugin-vue-components": "^0.28.0",
|
|
"vite": "^6.0.7",
|
|
"vue-tsc": "^2.2.0"
|
|
}
|
|
}
|