Files
ruoyi-plus-vben5/apps/web-antd/package.json
dap b788a7d860 feat: 将路由访问模式更改为混合模式并更新版本号
- 将 `accessMode` 从 'backend' 改为 'mixed',以支持后端路由与前端路由的合并
- 更新应用版本号至 2.0.0-alpha.2
- 为按钮波纹效果添加默认主题配置
2026-02-09 17:02:42 +08:00

69 lines
2.0 KiB
JSON

{
"name": "@vben/web-antd",
"version": "2.0.0-alpha.2",
"homepage": "https://vben.pro",
"bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/vbenjs/vue-vben-admin.git",
"directory": "apps/web-antd"
},
"license": "MIT",
"author": {
"name": "vben",
"email": "ann.vben@gmail.com",
"url": "https://github.com/anncwb"
},
"type": "module",
"scripts": {
"build:prod": "pnpm vite build",
"build:test": "pnpm vite build --mode test",
"build:analyze": "pnpm vite build --mode analyze",
"dev": "pnpm vite --mode development",
"preview": "vite preview",
"typecheck": "vue-tsc --noEmit --skipLibCheck"
},
"imports": {
"#/*": "./src/*"
},
"dependencies": {
"@alova/adapter-axios": "catalog:",
"@antdv-next/auto-import-resolver": "catalog:",
"@antdv-next/happy-work-theme": "catalog:",
"@antdv-next/icons": "catalog:",
"@tinymce/tinymce-vue": "catalog:",
"@vben/access": "workspace:*",
"@vben/common-ui": "workspace:*",
"@vben/constants": "workspace:*",
"@vben/hooks": "workspace:*",
"@vben/icons": "workspace:*",
"@vben/layouts": "workspace:*",
"@vben/locales": "workspace:*",
"@vben/plugins": "workspace:*",
"@vben/preferences": "workspace:*",
"@vben/request": "workspace:*",
"@vben/stores": "workspace:*",
"@vben/styles": "workspace:*",
"@vben/types": "workspace:*",
"@vben/utils": "workspace:*",
"@vueuse/core": "catalog:",
"alova": "catalog:",
"antdv-next": "catalog:",
"axios": "catalog:",
"cropperjs": "catalog:",
"dayjs": "catalog:",
"echarts": "catalog:conflicts_echarts_h5_5_1",
"lodash-es": "catalog:",
"motion-v": "catalog:",
"pinia": "catalog:",
"tinymce": "catalog:",
"unplugin-vue-components": "catalog:",
"version-polling": "catalog:",
"vue": "catalog:",
"vue-router": "catalog:"
},
"devDependencies": {
"@types/lodash-es": "catalog:"
}
}