24 lines
701 B
JSON
24 lines
701 B
JSON
{
|
|
"name": "@tachybase/plugin-client",
|
|
"displayName": "WEB client",
|
|
"version": "0.21.38",
|
|
"description": "Provides a client interface for the TachyBase server",
|
|
"license": "Apache-2.0",
|
|
"main": "./dist/server/index.js",
|
|
"devDependencies": {
|
|
"antd": "5.16.1",
|
|
"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 客户端"
|
|
}
|