mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 23:36:15 +00:00
33 lines
1.2 KiB
JSON
33 lines
1.2 KiB
JSON
{
|
|
"name": "@nocobase/plugin-notification-manager",
|
|
"displayName": "Notification manager",
|
|
"description": "Provides a unified management service that includes channel configuration, logging, and other features, supporting the configuration of various notification channels, including in-app message and email.",
|
|
"displayName.zh-CN": "通知管理",
|
|
"description.zh-CN": "提供统一的管理服务,涵盖渠道配置、日志记录等功能,支持多种通知渠道的配置,包括站内信和电子邮件等。",
|
|
"version": "1.4.0-alpha.8",
|
|
"main": "dist/server/index.js",
|
|
"devDependencies": {
|
|
"@ant-design/icons": "5.x",
|
|
"@formily/antd-v5": "^1.x",
|
|
"@formily/react": "2.x",
|
|
"@formily/shared": "2.x",
|
|
"@types/cron": "^2.0.1",
|
|
"antd": "5.x",
|
|
"cron": "^2.3.1",
|
|
"react": "^18.2.0",
|
|
"react-i18next": "^11.15.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@nocobase/actions": "1.x",
|
|
"@nocobase/client": "1.x",
|
|
"@nocobase/database": "1.x",
|
|
"@nocobase/plugin-workflow": ">=0.17.0-alpha.3",
|
|
"@nocobase/server": "1.x",
|
|
"@nocobase/test": "1.x",
|
|
"@nocobase/utils": "1.x"
|
|
},
|
|
"keywords": [
|
|
"Notification"
|
|
]
|
|
}
|