- 移除 env.d.ts 和 vite.config.ts 中多余的空行 - 修复 package.json 和 tsconfig.json 的换行符问题 - 标准化对象字面量和函数参数中的尾部逗号 - 将登录图标样式从 max-width 改为明确的 width 和 height - 压缩 index.html 中 favicon 链接的格式 - 简化 admin.ts 中函数参数的类型声明格式
23 lines
461 B
JSON
23 lines
461 B
JSON
{
|
|
"name": "cwd-admin",
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"preview": "vite preview",
|
|
"build": "vite build"
|
|
},
|
|
"dependencies": {
|
|
"@phosphor-icons/vue": "^2.2.1",
|
|
"echarts": "^5.5.0",
|
|
"vue": "^3.5.13",
|
|
"vue-router": "^4.4.5"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^5.1.4",
|
|
"less": "^4.5.1",
|
|
"typescript": "^5.5.2",
|
|
"vite": "^6.0.11",
|
|
"vue-tsc": "^2.1.10"
|
|
}
|
|
} |