tachybase_todo/packages/plugins/@tachybase/plugin-client/package.json
sealday 45edb084b7 chore(version): release v0.21.53 (#1174)
Co-authored-by: sealday <sealday@gmail.com>
Reviewed-on: daoyoucloud/tachybase#1174
2024-06-13 04:52:29 +08:00

24 lines
701 B
JSON

{
"name": "@tachybase/plugin-client",
"displayName": "WEB client",
"version": "0.21.53",
"description": "Provides a client interface for the TachyBase server",
"license": "Apache-2.0",
"main": "./dist/server/index.js",
"devDependencies": {
"antd": "5.18.0",
"cronstrue": "^2.11.0",
"koa-send": "^5.0.1",
"koa-static": "^5.0.0"
},
"peerDependencies": {
"@tachybase/client": "workspace:*",
"@tachybase/database": "workspace:*",
"@tachybase/server": "workspace:*",
"@tachybase/test": "workspace:*",
"@tachybase/utils": "workspace:*"
},
"description.zh-CN": "为 TachyBase 服务端提供客户端界面",
"displayName.zh-CN": "WEB 客户端"
}