tachybase_todo/packages/plugins/@tachybase/plugin-audit-logs/package.json

28 lines
743 B
JSON

{
"name": "@tachybase/plugin-audit-logs",
"displayName": "Audit logs",
"version": "0.21.62",
"description": "Audit logs.",
"keywords": [
"System management"
],
"main": "dist/server/index.js",
"devDependencies": {
"@ant-design/icons": "~5.3.7",
"@tachybase/components": "workspace:*",
"antd": "5.18.3",
"react": "^18.3.1",
"react-i18next": "^14.1.2"
},
"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": "审计日志"
}