2020-10-24 07:34:43 +00:00
|
|
|
{
|
|
|
|
"name": "@nocobase/plugin-file-manager",
|
2023-07-06 22:56:04 +00:00
|
|
|
"version": "0.10.1-alpha.1",
|
2023-05-29 03:06:54 +00:00
|
|
|
"displayName": "file manager",
|
|
|
|
"displayName.zh-CN": "文件管理",
|
|
|
|
"description": "file management plugin.",
|
|
|
|
"description.zh-CN": "文件管理。",
|
2023-01-11 03:58:47 +00:00
|
|
|
"license": "AGPL-3.0",
|
2023-07-07 06:35:22 +00:00
|
|
|
"main": "./lib/server/index.js",
|
|
|
|
"files": [
|
|
|
|
"lib",
|
|
|
|
"src",
|
|
|
|
"README.md",
|
|
|
|
"README.zh-CN.md",
|
|
|
|
"CHANGELOG.md",
|
|
|
|
"server.js",
|
|
|
|
"server.d.ts",
|
|
|
|
"client.js",
|
|
|
|
"client.d.ts"
|
|
|
|
],
|
2020-11-11 07:23:39 +00:00
|
|
|
"dependencies": {
|
2023-01-12 02:12:37 +00:00
|
|
|
"@aws-sdk/client-s3": "^3.245.0",
|
2023-01-14 04:07:20 +00:00
|
|
|
"@koa/multer": "^3.0.0",
|
2022-10-25 16:02:30 +00:00
|
|
|
"cos-nodejs-sdk-v5": "^2.11.14",
|
2020-12-23 04:46:13 +00:00
|
|
|
"koa-static": "^5.0.0",
|
|
|
|
"mime-match": "^1.0.2",
|
2022-04-27 13:28:50 +00:00
|
|
|
"mkdirp": "~0.5.4",
|
2021-12-03 23:58:31 +00:00
|
|
|
"multer": "^1.4.2",
|
2022-05-01 14:35:41 +00:00
|
|
|
"multer-aliyun-oss": "2.1.1",
|
2022-10-25 16:02:30 +00:00
|
|
|
"multer-cos": "^1.0.3",
|
2023-07-07 06:35:22 +00:00
|
|
|
"multer-s3": "^3.0.1",
|
2021-12-07 11:40:30 +00:00
|
|
|
"@types/koa-multer": "^1.0.1",
|
|
|
|
"@types/multer": "^1.4.5"
|
2021-04-07 02:41:06 +00:00
|
|
|
},
|
2023-07-07 06:35:22 +00:00
|
|
|
"devDependencies": {
|
|
|
|
"react": "^18.2.0",
|
|
|
|
"antd": "^4.24.8",
|
|
|
|
"react-i18next": "^11.15.1",
|
|
|
|
"@formily/react": "2.2.26",
|
|
|
|
"@formily/shared": "2.2.26",
|
|
|
|
"@formily/antd": "2.2.26",
|
|
|
|
"@formily/core": "2.2.26",
|
|
|
|
"supertest": "^6.1.6",
|
|
|
|
"@nocobase/actions": "0.10.1-alpha.1",
|
|
|
|
"@nocobase/database": "0.10.1-alpha.1",
|
|
|
|
"@nocobase/utils": "0.10.1-alpha.1",
|
|
|
|
"@nocobase/client": "0.10.1-alpha.1",
|
|
|
|
"@nocobase/server": "0.10.1-alpha.1",
|
|
|
|
"@nocobase/test": "0.10.1-alpha.1"
|
|
|
|
},
|
2022-11-04 13:23:02 +00:00
|
|
|
"gitHead": "ce588eefb0bfc50f7d5bbee575e0b5e843bf6644"
|
2020-10-24 07:34:43 +00:00
|
|
|
}
|