sealday
242d95bef1
Co-authored-by: sealday <sealday@gmail.com> Reviewed-on: daoyoucloud/tachybase#1410
45 lines
1.4 KiB
JSON
45 lines
1.4 KiB
JSON
{
|
|
"name": "@tachybase/plugin-file-manager",
|
|
"displayName": "File manager",
|
|
"version": "0.21.81",
|
|
"description": "Provides files storage services with files collection template and attachment field.",
|
|
"keywords": [
|
|
"Collections",
|
|
"Collection fields"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"main": "./dist/server/index.js",
|
|
"devDependencies": {
|
|
"@ant-design/icons": "^5.3.7",
|
|
"@aws-sdk/client-s3": "^3.245.0",
|
|
"@koa/multer": "^3.0.0",
|
|
"@tachybase/components": "workspace:*",
|
|
"@tachybase/schema": "workspace:*",
|
|
"@types/koa-multer": "^1.0.1",
|
|
"@types/multer": "^1.4.5",
|
|
"antd": "5.19.1",
|
|
"cos-nodejs-sdk-v5": "^2.11.14",
|
|
"koa-static": "^5.0.0",
|
|
"lodash": "4.17.21",
|
|
"mime-match": "^1.0.2",
|
|
"mkdirp": "~0.5.4",
|
|
"multer": "1.4.5-lts.1",
|
|
"multer-aliyun-oss": "2.1.1",
|
|
"multer-cos": "^1.0.3",
|
|
"multer-s3": "^3.0.1",
|
|
"react": "^18.3.1",
|
|
"react-i18next": "^14.1.2",
|
|
"supertest": "^6.1.6"
|
|
},
|
|
"peerDependencies": {
|
|
"@tachybase/actions": "workspace:*",
|
|
"@tachybase/client": "workspace:*",
|
|
"@tachybase/database": "workspace:*",
|
|
"@tachybase/server": "workspace:*",
|
|
"@tachybase/test": "workspace:*",
|
|
"@tachybase/utils": "workspace:*"
|
|
},
|
|
"description.zh-CN": "提供文件存储服务,并提供了文件表模板和附件字段。",
|
|
"displayName.zh-CN": "文件管理器"
|
|
}
|