mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 17:20:57 +00:00
28 lines
788 B
JSON
28 lines
788 B
JSON
{
|
|
"name": "@nocobase/plugin-auth",
|
|
"version": "0.16.0-alpha.4",
|
|
"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": "提供基础认证功能和扩展认证器管理功能"
|
|
}
|