hello@lv
13fa2ffea3
Co-authored-by: lyx <2027667395@qq.com> Reviewed-on: daoyoucloud/tachybase#807 Co-authored-by: hello@lv <2256334253@qq.com> Co-committed-by: hello@lv <2256334253@qq.com>
28 lines
719 B
JSON
28 lines
719 B
JSON
{
|
|
"name": "@hera/plugin-audit-logs",
|
|
"displayName": "Audit logs",
|
|
"version": "1.0.22",
|
|
"description": "Audit logs.",
|
|
"keywords": [
|
|
"System management"
|
|
],
|
|
"main": "dist/server/index.js",
|
|
"devDependencies": {
|
|
"@ant-design/icons": "~5.3.6",
|
|
"@formily/antd-v5": "1.x",
|
|
"antd": "5.16.1",
|
|
"react": "^18.2.0",
|
|
"react-i18next": "^11.15.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@nocobase/client": "workspace:*",
|
|
"@nocobase/database": "workspace:*",
|
|
"@nocobase/schema": "workspace:*",
|
|
"@nocobase/server": "workspace:*",
|
|
"@nocobase/test": "workspace:*",
|
|
"@nocobase/utils": "workspace:*"
|
|
},
|
|
"description.zh-CN": "审计日志。",
|
|
"displayName.zh-CN": "审计日志"
|
|
}
|