first commit

This commit is contained in:
liangzai
2026-03-09 13:50:57 +08:00
commit c8fdca4e03
1450 changed files with 127881 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
{
"name": "@vben/types",
"version": "5.5.4",
"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/types"
},
"license": "MIT",
"type": "module",
"exports": {
".": {
"types": "./src/index.ts",
"default": "./src/index.ts"
},
"./global": {
"types": "./global.d.ts"
}
},
"dependencies": {
"@vben-core/typings": "workspace:*",
"vue": "^3.5.26",
"vue-router": "catalog:"
}
}