@nocobase/plugin-file-manager
Version:
Provides files storage services with files collection template and attachment field.
30 lines (29 loc) • 871 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.15",
"react": "18.2.0",
"antd": "5.24.2",
"@ant-design/icons": "5.6.1",
"@formily/shared": "2.3.2",
"lodash": "4.17.21",
"react-i18next": "11.18.6",
"@formily/antd-v5": "1.2.3",
"@formily/core": "2.3.0",
"@formily/react": "2.3.0",
"multer": "1.4.5-lts.2",
"@nocobase/database": "1.8.15",
"@nocobase/server": "1.8.15",
"@nocobase/utils": "1.8.15",
"@nocobase/test": "1.8.15",
"@nocobase/actions": "1.8.15",
"sequelize": "6.35.2",
"@nocobase/plugin-data-source-main": "1.8.15",
"axios": "1.7.7"
};