uppy/examples/aws-php/package.json
dependabot[bot] cdce839115
build(deps-dev): bump esbuild from 0.21.5 to 0.25.0 (#5643)
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.21.5 to 0.25.0.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2024.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.21.5...v0.25.0)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-17 09:47:35 +01:00

19 lines
458 B
JSON

{
"name": "@uppy-example/aws-php",
"version": "0.0.0",
"dependencies": {
"@uppy/aws-s3": "workspace:*",
"@uppy/core": "workspace:*",
"@uppy/dashboard": "workspace:*",
"uppy": "workspace:*"
},
"devDependencies": {
"esbuild": "^0.25.0"
},
"private": true,
"type": "module",
"scripts": {
"start": "php -S localhost:8080 serve.php",
"outputBundle": "esbuild --format=esm --sourcemap=inline --bundle ./main.js"
}
}