uppy/examples/custom-provider/package.json
dependabot[bot] 14b10b02e3
build(deps): bump body-parser from 1.20.2 to 1.20.3 (#5462)
Bumps [body-parser](https://github.com/expressjs/body-parser) from 1.20.2 to 1.20.3.
- [Release notes](https://github.com/expressjs/body-parser/releases)
- [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md)
- [Commits](https://github.com/expressjs/body-parser/compare/1.20.2...1.20.3)

---
updated-dependencies:
- dependency-name: body-parser
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-19 10:52:26 +02:00

32 lines
820 B
JSON

{
"name": "@uppy-example/custom-provider",
"version": "0.0.0",
"type": "module",
"dependencies": {
"@uppy/companion-client": "workspace:*",
"@uppy/core": "workspace:*",
"@uppy/dashboard": "workspace:*",
"@uppy/google-drive": "workspace:*",
"@uppy/provider-views": "workspace:*",
"@uppy/tus": "workspace:*",
"preact": "^10.5.13"
},
"engines": {
"node": ">=18.0.0"
},
"devDependencies": {
"@uppy/companion": "workspace:*",
"body-parser": "^1.20.3",
"dotenv": "^16.0.1",
"express": "^4.19.2",
"express-session": "^1.15.6",
"npm-run-all": "^4.1.2",
"vite": "^5.3.6"
},
"private": true,
"scripts": {
"start": "npm-run-all --parallel start:server start:client",
"start:client": "vite",
"start:server": "node server/index.cjs"
}
}