mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 19:46:28 +00:00
42 lines
1.3 KiB
JSON
42 lines
1.3 KiB
JSON
{
|
|
"name": "@nocobase/plugin-file-manager",
|
|
"version": "0.14.0-alpha.7",
|
|
"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"
|
|
}
|