refactor: 重构API服务与全局状态管理 style: 优化UI样式与布局 fix: 修复文章列表与详情页的显示问题 docs: 更新类型定义与注释 chore: 更新依赖包与配置文件
41 lines
951 B
JSON
41 lines
951 B
JSON
{
|
|
"name": "myfronyproject",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"engines": {
|
|
"node": "^20.19.0 || >=22.12.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"test:unit": "vitest"
|
|
},
|
|
"dependencies": {
|
|
"@element-plus/icons-vue": "^2.3.2",
|
|
"@vicons/ionicons5": "^0.13.0",
|
|
"ant-design-vue": "^4.2.6",
|
|
"antd": "^5.27.3",
|
|
"axios": "^1.12.2",
|
|
"element-plus": "^2.11.5",
|
|
"md-editor-v3": "^6.1.0",
|
|
"naive-ui": "^2.43.1",
|
|
"pinia": "^3.0.3",
|
|
"sass": "^1.93.2",
|
|
"undraw-ui": "^1.3.2",
|
|
"vue": "^3.5.18",
|
|
"vue-router": "^4.5.1"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
"@vue/test-utils": "^2.4.6",
|
|
"jsdom": "^26.1.0",
|
|
"unplugin-auto-import": "^20.1.0",
|
|
"unplugin-vue-components": "^29.2.0",
|
|
"vite": "^7.0.6",
|
|
"vite-plugin-vue-devtools": "^8.0.0",
|
|
"vitest": "^3.2.4"
|
|
}
|
|
}
|