2020-10-24 07:34:43 +00:00
|
|
|
{
|
|
|
|
"name": "@nocobase/plugin-file-manager",
|
2023-07-29 12:25:18 +00:00
|
|
|
"version": "0.11.1-alpha.5",
|
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",
|
2023-07-08 00:29:33 +00:00
|
|
|
"@types/koa-multer": "^1.0.1",
|
|
|
|
"@types/multer": "^1.4.5",
|
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-08 00:29:33 +00:00
|
|
|
"multer-s3": "^3.0.1"
|
2021-04-07 02:41:06 +00:00
|
|
|
},
|
2023-07-07 06:35:22 +00:00
|
|
|
"devDependencies": {
|
2023-07-29 12:24:07 +00:00
|
|
|
"@formily/antd-v5": "^1.1.0",
|
|
|
|
"@formily/core": "^2.2.27",
|
|
|
|
"@formily/react": "^2.2.27",
|
|
|
|
"@formily/shared": "^2.2.27",
|
2023-07-29 12:25:18 +00:00
|
|
|
"@nocobase/actions": "0.11.1-alpha.5",
|
|
|
|
"@nocobase/client": "0.11.1-alpha.5",
|
|
|
|
"@nocobase/database": "0.11.1-alpha.5",
|
|
|
|
"@nocobase/server": "0.11.1-alpha.5",
|
|
|
|
"@nocobase/test": "0.11.1-alpha.5",
|
|
|
|
"@nocobase/utils": "0.11.1-alpha.5",
|
2023-08-01 03:51:30 +00:00
|
|
|
"antd": "^5.7.3",
|
2023-07-08 00:29:33 +00:00
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-i18next": "^11.15.1",
|
|
|
|
"supertest": "^6.1.6"
|
2023-07-07 06:35:22 +00:00
|
|
|
},
|
2022-11-04 13:23:02 +00:00
|
|
|
"gitHead": "ce588eefb0bfc50f7d5bbee575e0b5e843bf6644"
|
2020-10-24 07:34:43 +00:00
|
|
|
}
|