2021-12-07 15:21:16 +08:00
|
|
|
{
|
2022-06-10 17:46:46 +08:00
|
|
|
"name": "@nocobase/plugin-audit-logs",
|
2024-01-30 17:11:37 +08:00
|
|
|
"version": "0.19.0-alpha.5",
|
2023-08-02 00:07:52 +08:00
|
|
|
"displayName": "Audit logs",
|
2023-05-29 11:06:54 +08:00
|
|
|
"displayName.zh-CN": "审计日志",
|
2023-08-02 00:07:52 +08:00
|
|
|
"description": "Data addition, modification, deletion logs",
|
|
|
|
"description.zh-CN": "数据的增删改日志",
|
|
|
|
"main": "./dist/server/index.js",
|
2024-02-02 12:02:18 +08:00
|
|
|
"homepage": "https://docs.nocobase.com/plugins/audit-logs",
|
|
|
|
"homepage.zh-CN": "https://docs-cn.nocobase.com/plugins/audit-logs",
|
2023-01-11 11:58:47 +08:00
|
|
|
"license": "AGPL-3.0",
|
2021-12-07 15:21:16 +08:00
|
|
|
"devDependencies": {
|
2023-08-02 00:07:52 +08:00
|
|
|
"@ant-design/icons": "5.x",
|
|
|
|
"@formily/antd-v5": "1.x",
|
|
|
|
"@formily/react": "2.x",
|
|
|
|
"@formily/shared": "2.x",
|
2023-07-07 14:35:22 +08:00
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-i18next": "^11.15.1"
|
2021-12-07 15:21:16 +08:00
|
|
|
},
|
2023-08-02 00:07:52 +08:00
|
|
|
"peerDependencies": {
|
|
|
|
"@nocobase/client": "0.x",
|
|
|
|
"@nocobase/database": "0.x",
|
|
|
|
"@nocobase/server": "0.x",
|
|
|
|
"@nocobase/test": "0.x"
|
|
|
|
},
|
2024-02-02 12:02:18 +08:00
|
|
|
"gitHead": "979a9c59a98c61a2287dd847580746a9b597cbde",
|
2024-02-05 14:37:07 +08:00
|
|
|
"keywords":["System & security"]
|
2021-12-07 15:21:16 +08:00
|
|
|
}
|