@nocobase/plugin-action-custom-request
Version:
Sending a request to any HTTP service supports sending context data to the target service.
28 lines (27 loc) • 803 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": "1.8.14",
"react": "18.2.0",
"react-i18next": "11.18.6",
"@formily/react": "2.3.0",
"@nocobase/logger": "1.8.14",
"@nocobase/server": "1.8.14",
"@nocobase/test": "1.8.14",
"@formily/antd-v5": "1.2.3",
"lodash": "4.17.21",
"@nocobase/utils": "1.8.14",
"antd": "5.24.2",
"file-saver": "2.0.5",
"@formily/shared": "2.3.2",
"@nocobase/actions": "1.8.14",
"@nocobase/evaluators": "1.8.14",
"axios": "1.7.7",
"@nocobase/database": "1.8.14"
};