vue-vben-admin/apps/web-antd/package.json
vertoryao 8d17c6eb9f feat(@vben/web-antd): 实现模板动态加载调整 API 地址并优化爬虫功能
- 修改生产环境 API 地址为本地地址- 更新爬虫功能相关代码,增加 markdown-it 依赖
-调整 Vite 配置中的代理目标地址
- 优化工作流视图中的爬虫运行逻辑
2025-06-12 16:16:40 +08:00

57 lines
1.6 KiB
JSON

{
"name": "@vben/web-antd",
"version": "5.5.5",
"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": "pnpm vite build --mode production",
"build:analyze": "pnpm vite build --mode analyze",
"dev": "pnpm vite --mode development",
"preview": "vite preview",
"typecheck": "vue-tsc --noEmit --skipLibCheck"
},
"imports": {
"#/*": "./src/*"
},
"dependencies": {
"@ant-design/icons-vue": "^7.0.1",
"@vben-core/shadcn-ui": "workspace:*",
"@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:*",
"@vue-office/docx": "^1.6.3",
"@vue-office/pptx": "^1.0.1",
"@vueuse/core": "catalog:",
"ant-design-vue": "catalog:",
"ant-design-x-vue": "^1.1.2",
"dayjs": "catalog:",
"markdown-it": "^14.1.0",
"pinia": "catalog:",
"vue": "catalog:",
"vue-router": "catalog:"
}
}