nocobase/packages/plugin-file-manager/package.json
Junyi eb7d5c594e
feat: make single file upload to attachment available (#46)
* feat: make single file upload to attachment available

* fix: change file name case

* feat: refactor structure and make local server work

* test: skip bug case temporarily

* fix: use middleware to load storage static server

* fix: change meta from values to request.body back and refactor local server middleware

* adjust details

* http:

Co-authored-by: chenos <chenlinxh@gmail.com>
2020-12-23 12:46:13 +08:00

22 lines
538 B
JSON

{
"name": "@nocobase/plugin-file-manager",
"version": "0.3.0-alpha.0",
"main": "lib/index.js",
"license": "MIT",
"dependencies": {
"@koa/multer": "^3.0.0",
"@nocobase/database": "^0.3.0-alpha.0",
"@nocobase/resourcer": "^0.3.0-alpha.0",
"@types/multer": "^1.4.5",
"koa-mount": "^4.0.0",
"koa-static": "^5.0.0",
"mime-match": "^1.0.2",
"mkdirp": "^1.0.4",
"multer": "^1.4.2"
},
"devDependencies": {
"@nocobase/actions": "^0.3.0-alpha.0",
"@nocobase/server": "^0.3.0-alpha.0"
}
}