mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 21:37:15 +00:00
8905e3c211
* feat: support tencent cos
* feat: normalize
* chore: update env example
* test: add cos
* Revert "feat: normalize"
This reverts commit 371880013c
.
* feat: normalize
* feat: tengxun to tencent
* chore: fix missing deps
* fix: locale
* fix: locale cos
33 lines
829 B
JSON
33 lines
829 B
JSON
{
|
|
"name": "@nocobase/plugin-file-manager",
|
|
"version": "0.8.0-alpha.1",
|
|
"main": "lib/index.js",
|
|
"license": "Apache-2.0",
|
|
"licenses": [
|
|
{
|
|
"type": "Apache-2.0",
|
|
"url": "http://www.apache.org/licenses/LICENSE-2.0"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"@koa/multer": "^3.0.0",
|
|
"@nocobase/server": "0.8.0-alpha.1",
|
|
"@nocobase/client": "0.8.0-alpha.1",
|
|
"aws-sdk": "^2.2.32",
|
|
"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": "^2.10.0"
|
|
},
|
|
"devDependencies": {
|
|
"@nocobase/test": "0.8.0-alpha.1",
|
|
"@types/koa-multer": "^1.0.1",
|
|
"@types/multer": "^1.4.5"
|
|
},
|
|
"gitHead": "b17d1ecae5dd0b9d4e7170dcf9663bb225598990"
|
|
}
|