tachybase_todo/packages/plugins/@tachybase/plugin-users/package.json
bai.zixv 16f916bc50 chore: all, upgrade antd to 5.19.1 (#1296)
Co-authored-by: sealday <zhanglin@daoyoucloud.com>
Reviewed-on: daoyoucloud/tachybase#1296
Co-authored-by: bai.zixv <bai.zixv@foxmail.com>
Co-committed-by: bai.zixv <bai.zixv@foxmail.com>
2024-07-09 15:37:07 +08:00

33 lines
1.0 KiB
JSON

{
"name": "@tachybase/plugin-users",
"displayName": "Users",
"version": "0.21.68",
"description": "Provides basic user model, as well as created by and updated by fields.",
"keywords": [
"Users & permissions"
],
"license": "Apache-2.0",
"main": "./dist/server/index.js",
"devDependencies": {
"@tachybase/schema": "workspace:*",
"@types/jsonwebtoken": "^8.5.8",
"antd": "5.19.1",
"jsonwebtoken": "^8.5.1",
"react-i18next": "^14.1.2"
},
"peerDependencies": {
"@tachybase/actions": "workspace:*",
"@tachybase/cache": "workspace:*",
"@tachybase/client": "workspace:*",
"@tachybase/database": "workspace:*",
"@tachybase/plugin-acl": "workspace:*",
"@tachybase/plugin-auth": "workspace:*",
"@tachybase/resourcer": "workspace:*",
"@tachybase/server": "workspace:*",
"@tachybase/test": "workspace:*",
"@tachybase/utils": "workspace:*"
},
"description.zh-CN": "提供了基础的用户模型,以及创建人和最后更新人字段。",
"displayName.zh-CN": "用户"
}