mirror of
https://gitee.com/bootx/dax-pay-ui
synced 2026-08-19 03:35:30 +08:00
- 从 daxpay4/daxpay4-web 同步 Vben Admin v5 版本代码 - 移除代理商模块(前端页面、API、国际化、权限码) - 清理商户页面中代理商相关引用
30 lines
546 B
JSON
30 lines
546 B
JSON
{
|
|
"name": "@vben/turbo-run",
|
|
"version": "5.7.0",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"scripts": {
|
|
"stub": "pnpm unbuild --stub"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"bin": {
|
|
"turbo-run": "./bin/turbo-run.mjs"
|
|
},
|
|
"main": "./dist/index.mjs",
|
|
"module": "./dist/index.mjs",
|
|
"exports": {
|
|
".": {
|
|
"default": "./dist/index.mjs"
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"dependencies": {
|
|
"@clack/prompts": "catalog:",
|
|
"@vben/node-utils": "workspace:*",
|
|
"cac": "catalog:"
|
|
}
|
|
}
|