mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 18:46:55 +00:00
39 lines
1.0 KiB
JSON
39 lines
1.0 KiB
JSON
{
|
|
"name": "@nocobase/plugin-auth",
|
|
"version": "0.11.0-alpha.1",
|
|
"main": "./lib/server/index.js",
|
|
"files": [
|
|
"lib",
|
|
"src",
|
|
"README.md",
|
|
"README.zh-CN.md",
|
|
"CHANGELOG.md",
|
|
"server.js",
|
|
"server.d.ts",
|
|
"client.js",
|
|
"client.d.ts"
|
|
],
|
|
"devDependencies": {
|
|
"@ant-design/icons": "^5.1.4",
|
|
"@formily/react": "2.2.26",
|
|
"@formily/shared": "2.2.26",
|
|
"@nocobase/auth": "0.11.0-alpha.1",
|
|
"@nocobase/test": "0.11.0-alpha.1",
|
|
"@types/cron": "^2.0.1",
|
|
"antd": "^5.6.4",
|
|
"react": "^18.2.0",
|
|
"react-i18next": "^11.15.1"
|
|
},
|
|
"dependencies": {
|
|
"@nocobase/actions": "0.11.0-alpha.1",
|
|
"@nocobase/client": "0.11.0-alpha.1",
|
|
"@nocobase/database": "0.11.0-alpha.1",
|
|
"@nocobase/server": "0.11.0-alpha.1",
|
|
"cron": "^2.3.1"
|
|
},
|
|
"displayName": "Authentication",
|
|
"displayName.zh-CN": "用户认证",
|
|
"description": "Basic authentication and authenticator management.",
|
|
"description.zh-CN": "提供基础认证功能和扩展认证器管理功能。"
|
|
}
|