nocobase/packages/plugins/@nocobase/plugin-client/package.json
2024-07-12 09:04:56 +00:00

25 lines
710 B
JSON

{
"name": "@nocobase/plugin-client",
"displayName": "WEB client",
"displayName.zh-CN": "WEB 客户端",
"description": "Provides a client interface for the NocoBase server",
"description.zh-CN": "为 NocoBase 服务端提供客户端界面",
"version": "1.2.16-alpha",
"main": "./dist/server/index.js",
"license": "AGPL-3.0",
"devDependencies": {
"antd": "5.x",
"cronstrue": "^2.11.0",
"koa-send": "^5.0.1",
"koa-static": "^5.0.0"
},
"peerDependencies": {
"@nocobase/client": "1.x",
"@nocobase/database": "1.x",
"@nocobase/server": "1.x",
"@nocobase/test": "1.x",
"@nocobase/utils": "1.x"
},
"gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1"
}