nocobase-plugin-casdoor
Version:
Integrated Casdoor authentication system
19 lines (18 loc) • 549 B
JavaScript
/**
* This file is part of the NocoBase (R) project.
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
* Authors: NocoBase Team.
*
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
* For more information, please refer to: https://www.nocobase.com/agreement.
*/
module.exports = {
"@nocobase/client": "2.0.24",
"@nocobase/plugin-auth": "2.0.24",
"@nocobase/server": "2.0.24",
"react": "18.3.1",
"antd": "5.24.2",
"react-i18next": "11.18.6",
"@nocobase/actions": "2.0.24",
"@nocobase/auth": "2.0.24"
};