mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 19:05:51 +00:00
29 lines
845 B
JSON
29 lines
845 B
JSON
{
|
|
"name": "@nocobase/plugin-auth",
|
|
"version": "0.18.0-alpha.9",
|
|
"main": "./dist/server/index.js",
|
|
"devDependencies": {
|
|
"@ant-design/icons": "5.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": "0.x",
|
|
"@nocobase/auth": "0.x",
|
|
"@nocobase/client": "0.x",
|
|
"@nocobase/database": "0.x",
|
|
"@nocobase/server": "0.x",
|
|
"@nocobase/test": "0.x"
|
|
},
|
|
"displayName": "Authentication",
|
|
"displayName.zh-CN": "用户认证",
|
|
"description": "Basic authentication and authenticator management",
|
|
"description.zh-CN": "提供基础认证功能和扩展认证器管理功能",
|
|
"gitHead": "979a9c59a98c61a2287dd847580746a9b597cbde"
|
|
}
|