2021-12-07 07:21:16 +00:00
|
|
|
{
|
2022-06-10 09:46:46 +00:00
|
|
|
"name": "@nocobase/plugin-audit-logs",
|
2024-02-21 04:59:16 +00:00
|
|
|
"version": "0.19.0-alpha.8",
|
2024-02-22 15:13:31 +00:00
|
|
|
"displayName": "Audit logs (deprecated)",
|
|
|
|
"displayName.zh-CN": "审计日志(废弃)",
|
|
|
|
"description": "This plugin is deprecated. There will be a new audit log plugin in the future.",
|
|
|
|
"description.zh-CN": "该插件已废弃,请勿使用,未来将有新的审计日志插件。",
|
2023-08-01 16:07:52 +00:00
|
|
|
"main": "./dist/server/index.js",
|
2024-02-02 04:02:18 +00:00
|
|
|
"homepage": "https://docs.nocobase.com/plugins/audit-logs",
|
|
|
|
"homepage.zh-CN": "https://docs-cn.nocobase.com/plugins/audit-logs",
|
2023-01-11 03:58:47 +00:00
|
|
|
"license": "AGPL-3.0",
|
2021-12-07 07:21:16 +00:00
|
|
|
"devDependencies": {
|
2023-08-01 16:07:52 +00:00
|
|
|
"@ant-design/icons": "5.x",
|
|
|
|
"@formily/antd-v5": "1.x",
|
|
|
|
"@formily/react": "2.x",
|
|
|
|
"@formily/shared": "2.x",
|
2023-07-07 06:35:22 +00:00
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-i18next": "^11.15.1"
|
2021-12-07 07:21:16 +00:00
|
|
|
},
|
2023-08-01 16:07:52 +00:00
|
|
|
"peerDependencies": {
|
|
|
|
"@nocobase/client": "0.x",
|
|
|
|
"@nocobase/database": "0.x",
|
|
|
|
"@nocobase/server": "0.x",
|
|
|
|
"@nocobase/test": "0.x"
|
|
|
|
},
|
2024-02-02 04:02:18 +00:00
|
|
|
"gitHead": "979a9c59a98c61a2287dd847580746a9b597cbde",
|
2024-02-05 13:10:48 +00:00
|
|
|
"keywords": [
|
|
|
|
"System & security"
|
|
|
|
]
|
2021-12-07 07:21:16 +00:00
|
|
|
}
|