2020-10-24 07:34:43 +00:00
|
|
|
{
|
|
|
|
"name": "@nocobase/plugin-file-manager",
|
2024-08-27 10:27:55 +00:00
|
|
|
"version": "1.3.4-beta",
|
2023-08-01 16:07:52 +00:00
|
|
|
"displayName": "File manager",
|
|
|
|
"displayName.zh-CN": "文件管理器",
|
2024-02-18 11:41:13 +00:00
|
|
|
"description": "Provides files storage services with files collection template and attachment field.",
|
2024-02-22 15:13:31 +00:00
|
|
|
"description.zh-CN": "提供文件存储服务,并提供了文件表模板和附件字段。",
|
2023-01-11 03:58:47 +00:00
|
|
|
"license": "AGPL-3.0",
|
2023-08-01 16:07:52 +00:00
|
|
|
"main": "./dist/server/index.js",
|
2024-03-04 15:02:29 +00:00
|
|
|
"homepage": "https://docs.nocobase.com/handbook/file-manager",
|
|
|
|
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/file-manager",
|
2023-08-01 16:07:52 +00:00
|
|
|
"devDependencies": {
|
2023-01-12 02:12:37 +00:00
|
|
|
"@aws-sdk/client-s3": "^3.245.0",
|
2023-08-01 16:07:52 +00:00
|
|
|
"@formily/antd-v5": "1.x",
|
|
|
|
"@formily/core": "2.x",
|
|
|
|
"@formily/react": "2.x",
|
|
|
|
"@formily/shared": "2.x",
|
2023-01-14 04:07:20 +00:00
|
|
|
"@koa/multer": "^3.0.0",
|
2023-07-08 00:29:33 +00:00
|
|
|
"@types/koa-multer": "^1.0.1",
|
|
|
|
"@types/multer": "^1.4.5",
|
2023-08-01 16:07:52 +00:00
|
|
|
"antd": "5.x",
|
2022-10-25 16:02:30 +00:00
|
|
|
"cos-nodejs-sdk-v5": "^2.11.14",
|
2020-12-23 04:46:13 +00:00
|
|
|
"koa-static": "^5.0.0",
|
|
|
|
"mime-match": "^1.0.2",
|
2022-04-27 13:28:50 +00:00
|
|
|
"mkdirp": "~0.5.4",
|
2021-12-03 23:58:31 +00:00
|
|
|
"multer": "^1.4.2",
|
2024-06-11 14:38:30 +00:00
|
|
|
"multer-aliyun-oss": "2.1.3",
|
2022-10-25 16:02:30 +00:00
|
|
|
"multer-cos": "^1.0.3",
|
2023-08-01 16:07:52 +00:00
|
|
|
"multer-s3": "^3.0.1",
|
2023-07-08 00:29:33 +00:00
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-i18next": "^11.15.1",
|
|
|
|
"supertest": "^6.1.6"
|
2023-07-07 06:35:22 +00:00
|
|
|
},
|
2023-08-01 16:07:52 +00:00
|
|
|
"peerDependencies": {
|
2024-04-28 16:46:21 +00:00
|
|
|
"@nocobase/actions": "1.x",
|
|
|
|
"@nocobase/client": "1.x",
|
|
|
|
"@nocobase/database": "1.x",
|
|
|
|
"@nocobase/server": "1.x",
|
|
|
|
"@nocobase/test": "1.x",
|
|
|
|
"@nocobase/utils": "1.x"
|
2023-08-01 16:07:52 +00:00
|
|
|
},
|
2024-02-22 15:13:31 +00:00
|
|
|
"keywords": [
|
|
|
|
"Collections",
|
|
|
|
"Collection fields"
|
|
|
|
],
|
2024-03-04 15:02:29 +00:00
|
|
|
"gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1"
|
2024-02-28 01:20:38 +00:00
|
|
|
}
|