sealday
c85a0f1677
Co-authored-by: sealday <sealday@gmail.com> Reviewed-on: daoyoucloud/tachybase#1575
28 lines
742 B
JSON
28 lines
742 B
JSON
{
|
|
"name": "@tachybase/plugin-audit-logs",
|
|
"displayName": "Audit logs",
|
|
"version": "0.22.5",
|
|
"description": "Audit logs.",
|
|
"keywords": [
|
|
"System management"
|
|
],
|
|
"main": "dist/server/index.js",
|
|
"devDependencies": {
|
|
"@ant-design/icons": "~5.3.7",
|
|
"@tachybase/components": "workspace:*",
|
|
"antd": "5.19.4",
|
|
"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": "审计日志"
|
|
}
|