mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 12:26:22 +00:00
48 lines
1.5 KiB
JSON
48 lines
1.5 KiB
JSON
{
|
|
"name": "@nocobase/plugin-file-manager",
|
|
"version": "1.3.1-beta",
|
|
"displayName": "File manager",
|
|
"displayName.zh-CN": "文件管理器",
|
|
"description": "Provides files storage services with files collection template and attachment field.",
|
|
"description.zh-CN": "提供文件存储服务,并提供了文件表模板和附件字段。",
|
|
"license": "AGPL-3.0",
|
|
"main": "./dist/server/index.js",
|
|
"homepage": "https://docs.nocobase.com/handbook/file-manager",
|
|
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/file-manager",
|
|
"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.3",
|
|
"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": "1.x",
|
|
"@nocobase/client": "1.x",
|
|
"@nocobase/database": "1.x",
|
|
"@nocobase/server": "1.x",
|
|
"@nocobase/test": "1.x",
|
|
"@nocobase/utils": "1.x"
|
|
},
|
|
"keywords": [
|
|
"Collections",
|
|
"Collection fields"
|
|
],
|
|
"gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1"
|
|
}
|