tachybase_todo/packages/plugins/@tachybase/plugin-logger/package.json
bai.zixv 16f916bc50 chore: all, upgrade antd to 5.19.1 (#1296)
Co-authored-by: sealday <zhanglin@daoyoucloud.com>
Reviewed-on: daoyoucloud/tachybase#1296
Co-authored-by: bai.zixv <bai.zixv@foxmail.com>
Co-committed-by: bai.zixv <bai.zixv@foxmail.com>
2024-07-09 15:37:07 +08:00

29 lines
939 B
JSON

{
"name": "@tachybase/plugin-logger",
"displayName": "Logger",
"version": "0.21.68",
"description": "Server-side logs, mainly including API request logs and system runtime logs, and allows to package and download log files.",
"keywords": [
"Logging and monitoring"
],
"license": "Apache-2.0",
"main": "dist/server/index.js",
"devDependencies": {
"@ant-design/icons": "^5.3.7",
"@types/tar-fs": "^2.0.2",
"ahooks": "^3.7.2",
"antd": "5.19.1",
"react-i18next": "^14.1.2",
"tar-fs": "^3.0.4"
},
"peerDependencies": {
"@tachybase/actions": "workspace:*",
"@tachybase/client": "workspace:*",
"@tachybase/logger": "workspace:*",
"@tachybase/server": "workspace:*",
"@tachybase/test": "workspace:*"
},
"description.zh-CN": "服务端日志,主要包括接口请求日志和系统运行日志,并支持打包和下载日志文件。",
"displayName.zh-CN": "日志"
}