mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-21 20:55:14 +00:00
refactor(IntervalTab): 优化时间间隔选择组件样式和功能 feat(任务管理): 使用vue3-cron-plus替换原有cron组件 fix(样式): 修复导航栏下拉菜单图标颜色问题 chore(依赖): 更新package.json依赖项和node版本要求 perf(构建): 优化vite配置和代码分割策略
65 lines
1.7 KiB
JSON
65 lines
1.7 KiB
JSON
{
|
|
"name": "fastapi-vue3-admin",
|
|
"description": "Vue3 + Vite + TypeScript + Element-Plus 的后台管理模板",
|
|
"version": "2.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"prod": "vite --mode prod",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@element-plus/icons-vue": "^2.3.1",
|
|
"@node-rs/jieba": "^2.0.1",
|
|
"@vueuse/core": "^13.5.0",
|
|
"@wangeditor-next/editor": "^5.6.38",
|
|
"@wangeditor-next/editor-for-vue": "^5.1.14",
|
|
"animate.css": "^4.1.1",
|
|
"axios": "^1.10.0",
|
|
"codemirror": "^5.65.19",
|
|
"codemirror-editor-vue3": "^2.8.0",
|
|
"dayjs": "^1.11.13",
|
|
"default-passive-events": "^4.0.0",
|
|
"echarts": "^5.6.0",
|
|
"element-plus": "^2.10.4",
|
|
"exceljs": "^4.4.0",
|
|
"glob": "^11.0.3",
|
|
"nprogress": "^0.2.0",
|
|
"path-browserify": "^1.0.1",
|
|
"path-to-regexp": "^8.2.0",
|
|
"pinia": "^3.0.3",
|
|
"pinia-plugin-persistedstate": "^4.4.1",
|
|
"qs": "^6.14.0",
|
|
"underscore": "^1.13.7",
|
|
"vue": "^3.5.17",
|
|
"vue-draggable-plus": "^0.6.0",
|
|
"vue-i18n": "^11.1.10",
|
|
"vue-router": "^4.5.1",
|
|
"vue3-cron-plus": "^0.1.9"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify/utils": "^2.3.0",
|
|
"@types/codemirror": "^5.60.16",
|
|
"@types/node": "^22.16.5",
|
|
"@types/nprogress": "^0.2.3",
|
|
"@types/qs": "^6.14.0",
|
|
"@vitejs/plugin-vue": "^5.2.4",
|
|
"sass": "^1.89.2",
|
|
"terser": "^5.43.1",
|
|
"typescript": "^5.8.3",
|
|
"unocss": "66.2.3",
|
|
"unplugin-auto-import": "^19.3.0",
|
|
"unplugin-vue-components": "^28.8.0",
|
|
"vite": "^6.3.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0",
|
|
"npm": ">=10.0.0"
|
|
},
|
|
"repository": "https://gitee.com/tao__tao/fastapi_vue3_admin.git",
|
|
"author": "948080782@qq.com",
|
|
"license": "MIT"
|
|
}
|