nocobase/packages/plugins/@nocobase/plugin-file-manager/package.json
2023-12-04 11:01:24 +08:00

42 lines
1.3 KiB
JSON

{
"name": "@nocobase/plugin-file-manager",
"version": "0.16.0-alpha.6",
"displayName": "File manager",
"displayName.zh-CN": "文件管理器",
"description": "Provides file storage services, and extended the file collection template and the attachment field",
"description.zh-CN": "提供文件存储服务,并拓展了文件表模板和附件字段",
"license": "AGPL-3.0",
"main": "./dist/server/index.js",
"devDependencies": {
"@aws-sdk/client-s3": "^3.245.0",
"@formily/antd-v5": "1.x",
"@formily/core": "2.x",
"@formily/react": "2.x",
"@formily/shared": "2.x",
"@koa/multer": "^3.0.0",
"@types/koa-multer": "^1.0.1",
"@types/multer": "^1.4.5",
"antd": "5.x",
"cos-nodejs-sdk-v5": "^2.11.14",
"koa-static": "^5.0.0",
"mime-match": "^1.0.2",
"mkdirp": "~0.5.4",
"multer": "^1.4.2",
"multer-aliyun-oss": "2.1.1",
"multer-cos": "^1.0.3",
"multer-s3": "^3.0.1",
"react": "^18.2.0",
"react-i18next": "^11.15.1",
"supertest": "^6.1.6"
},
"peerDependencies": {
"@nocobase/actions": "0.x",
"@nocobase/client": "0.x",
"@nocobase/database": "0.x",
"@nocobase/server": "0.x",
"@nocobase/test": "0.x",
"@nocobase/utils": "0.x"
},
"gitHead": "ce588eefb0bfc50f7d5bbee575e0b5e843bf6644"
}