2020-10-24 15:34:43 +08:00
|
|
|
{
|
2024-05-24 01:06:06 +08:00
|
|
|
"name": "@tachybase/plugin-file-manager",
|
2023-08-02 00:07:52 +08:00
|
|
|
"displayName": "File manager",
|
2024-07-11 19:21:55 +08:00
|
|
|
"version": "0.21.72",
|
2024-02-18 19:41:13 +08:00
|
|
|
"description": "Provides files storage services with files collection template and attachment field.",
|
2024-04-01 13:39:44 +08:00
|
|
|
"keywords": [
|
|
|
|
"Collections",
|
|
|
|
"Collection fields"
|
|
|
|
],
|
2024-05-23 12:50:54 +08:00
|
|
|
"license": "Apache-2.0",
|
2023-08-02 00:07:52 +08:00
|
|
|
"main": "./dist/server/index.js",
|
|
|
|
"devDependencies": {
|
2024-06-13 04:37:42 +08:00
|
|
|
"@ant-design/icons": "^5.3.7",
|
2023-01-12 10:12:37 +08:00
|
|
|
"@aws-sdk/client-s3": "^3.245.0",
|
2023-01-14 12:07:20 +08:00
|
|
|
"@koa/multer": "^3.0.0",
|
2024-04-30 02:00:13 +08:00
|
|
|
"@tachybase/components": "workspace:*",
|
2024-04-29 21:41:13 +08:00
|
|
|
"@tachybase/schema": "workspace:*",
|
2023-07-08 08:29:33 +08:00
|
|
|
"@types/koa-multer": "^1.0.1",
|
|
|
|
"@types/multer": "^1.4.5",
|
2024-07-09 15:37:07 +08:00
|
|
|
"antd": "5.19.1",
|
2022-10-26 00:02:30 +08:00
|
|
|
"cos-nodejs-sdk-v5": "^2.11.14",
|
2020-12-23 12:46:13 +08:00
|
|
|
"koa-static": "^5.0.0",
|
2024-04-01 13:39:44 +08:00
|
|
|
"lodash": "4.17.21",
|
2020-12-23 12:46:13 +08:00
|
|
|
"mime-match": "^1.0.2",
|
2022-04-27 21:28:50 +08:00
|
|
|
"mkdirp": "~0.5.4",
|
2021-12-04 07:58:31 +08:00
|
|
|
"multer": "^1.4.2",
|
2022-05-01 22:35:41 +08:00
|
|
|
"multer-aliyun-oss": "2.1.1",
|
2022-10-26 00:02:30 +08:00
|
|
|
"multer-cos": "^1.0.3",
|
2023-08-02 00:07:52 +08:00
|
|
|
"multer-s3": "^3.0.1",
|
2024-06-13 04:37:42 +08:00
|
|
|
"react": "^18.3.1",
|
2024-06-20 11:11:18 +08:00
|
|
|
"react-i18next": "^14.1.2",
|
2023-07-08 08:29:33 +08:00
|
|
|
"supertest": "^6.1.6"
|
2023-07-07 14:35:22 +08:00
|
|
|
},
|
2023-08-02 00:07:52 +08:00
|
|
|
"peerDependencies": {
|
2024-05-08 16:20:31 +08:00
|
|
|
"@tachybase/actions": "workspace:*",
|
|
|
|
"@tachybase/client": "workspace:*",
|
|
|
|
"@tachybase/database": "workspace:*",
|
|
|
|
"@tachybase/server": "workspace:*",
|
|
|
|
"@tachybase/test": "workspace:*",
|
|
|
|
"@tachybase/utils": "workspace:*"
|
2023-08-02 00:07:52 +08:00
|
|
|
},
|
2024-04-01 13:39:44 +08:00
|
|
|
"description.zh-CN": "提供文件存储服务,并提供了文件表模板和附件字段。",
|
2024-05-24 13:06:59 +08:00
|
|
|
"displayName.zh-CN": "文件管理器"
|
2024-02-28 09:20:38 +08:00
|
|
|
}
|