Files
dax-pay-ui/packages/effects/hooks/package.json
bootx 63da01e68e feat: 升级到 Vben Admin v5 架构 (daxpay-ui v4.0.0)
- 从 daxpay4/daxpay4-web 同步 Vben Admin v5 版本代码
- 移除代理商模块(前端页面、API、国际化、权限码)
- 清理商户页面中代理商相关引用
2026-06-12 21:42:51 +08:00

34 lines
833 B
JSON

{
"name": "@vben/hooks",
"version": "5.7.0",
"homepage": "https://github.com/vbenjs/vue-vben-admin",
"bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/vbenjs/vue-vben-admin.git",
"directory": "packages/effects/hooks"
},
"license": "MIT",
"type": "module",
"sideEffects": [
"**/*.css"
],
"exports": {
".": {
"types": "./src/index.ts",
"default": "./src/index.ts"
}
},
"dependencies": {
"@vben-core/composables": "workspace:*",
"@vben/preferences": "workspace:*",
"@vben/stores": "workspace:*",
"@vben/types": "workspace:*",
"@vben/utils": "workspace:*",
"@vueuse/core": "catalog:",
"vue": "catalog:",
"vue-router": "catalog:",
"watermark-js-plus": "catalog:"
}
}