mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 11:56:29 +00:00
34 lines
1013 B
JSON
34 lines
1013 B
JSON
{
|
|
"name": "@nocobase/plugin-auth",
|
|
"version": "0.19.0-alpha.10",
|
|
"main": "./dist/server/index.js",
|
|
"homepage": "https://docs.nocobase.com/plugins/auth",
|
|
"homepage.zh-CN": "https://docs-cn.nocobase.com/plugins/auth",
|
|
"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",
|
|
"keywords": [
|
|
"Authentication"
|
|
]
|
|
}
|