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

28 lines
743 B
JSON
Raw Normal View History

2024-03-15 13:45:15 +08:00
{
"name": "@tachybase/plugin-audit-logs",
2024-03-15 13:45:15 +08:00
"displayName": "Audit logs",
"version": "0.21.76",
2024-03-15 13:45:15 +08:00
"description": "Audit logs.",
"keywords": [
"System management"
],
2024-03-15 13:45:15 +08:00
"main": "dist/server/index.js",
"devDependencies": {
"@ant-design/icons": "~5.3.7",
"@tachybase/components": "workspace:*",
"antd": "5.19.1",
"react": "^18.3.1",
"react-i18next": "^14.1.2"
2024-03-15 13:45:15 +08:00
},
"peerDependencies": {
"@tachybase/client": "workspace:*",
"@tachybase/database": "workspace:*",
"@tachybase/schema": "workspace:*",
"@tachybase/server": "workspace:*",
"@tachybase/test": "workspace:*",
"@tachybase/utils": "workspace:*"
2024-03-15 13:45:15 +08:00
},
"description.zh-CN": "审计日志。",
"displayName.zh-CN": "审计日志"
2024-03-15 13:45:15 +08:00
}