mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 23:26:38 +00:00
28 lines
837 B
JSON
28 lines
837 B
JSON
{
|
|
"name": "@nocobase/plugin-notification-in-app-message",
|
|
"version": "1.4.0-alpha.8",
|
|
"displayName": "Notification: In-app message",
|
|
"displayName.zh-CN": "通知:站内信",
|
|
"description": "It supports users in receiving real-time message notifications within the NocoBase application.",
|
|
"description.zh-CN": "支持用户在 NocoBase 应用内实时接收消息通知。",
|
|
"keywords": [
|
|
"Notification"
|
|
],
|
|
"main": "dist/server/index.js",
|
|
"dependencies": {
|
|
"immer": "^10.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"antd-mobile": "^5.38"
|
|
},
|
|
"peerDependencies": {
|
|
"@formily/reactive": "^2",
|
|
"@formily/reactive-react": "^2",
|
|
"@nocobase/client": "1.x",
|
|
"@nocobase/plugin-notification-manager": "1.x",
|
|
"@nocobase/server": "1.x",
|
|
"@nocobase/test": "1.x",
|
|
"react-router-dom": "^6.x"
|
|
}
|
|
}
|