- 新增 CrawlerView 爬虫页面 - 完善 HomeView 分页展示(9个/页) - 更新 ProjectCard 组件图标 - 优化 API 客户端和类型定义 - 重构样式文件结构到独立目录 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
30 lines
643 B
JSON
30 lines
643 B
JSON
{
|
|
"name": "yg-dataset-frontend",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@element-plus/icons-vue": "^2.3.0",
|
|
"@vueuse/core": "^11.0.0",
|
|
"ant-design-vue": "^4.2.6",
|
|
"axios": "^1.7.0",
|
|
"element-plus": "^2.8.0",
|
|
"pinia": "^2.2.0",
|
|
"vue": "^3.5.0",
|
|
"vue-router": "^4.4.0",
|
|
"xlsx": "^0.18.5"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^5.2.4",
|
|
"sass": "^1.77.0",
|
|
"sass-embedded": "^1.98.0",
|
|
"typescript": "^5.9.3",
|
|
"vite": "^6.0.0",
|
|
"vue-tsc": "^3.2.5"
|
|
}
|
|
}
|