tachybase_todo/packages/plugins/@hera/plugin-audit-logs/package.json
bai.zixv b8659d3261 chore(version): release v0.21.40 (#1084)
Reviewed-on: daoyoucloud/tachybase#1084
Co-authored-by: bai.zixv <bai.zixv@foxmail.com>
Co-committed-by: bai.zixv <bai.zixv@foxmail.com>
2024-05-30 21:05:59 +08:00

28 lines
738 B
JSON

{
"name": "@hera/plugin-audit-logs",
"displayName": "Audit logs",
"version": "1.0.43",
"description": "Audit logs.",
"keywords": [
"System management"
],
"main": "dist/server/index.js",
"devDependencies": {
"@ant-design/icons": "~5.3.6",
"@tachybase/components": "workspace:*",
"antd": "5.16.1",
"react": "^18.2.0",
"react-i18next": "^11.15.1"
},
"peerDependencies": {
"@tachybase/client": "workspace:*",
"@tachybase/database": "workspace:*",
"@tachybase/schema": "workspace:*",
"@tachybase/server": "workspace:*",
"@tachybase/test": "workspace:*",
"@tachybase/utils": "workspace:*"
},
"description.zh-CN": "审计日志。",
"displayName.zh-CN": "审计日志"
}