uppy/examples/aws-php/package.json
dependabot[bot] 947421b91c
meta: bump babel, esbuild, and vite (#4485)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
2023-06-09 12:06:59 +02: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.17.1"
},
"private": true,
"type": "module",
"scripts": {
"start": "php -S localhost:8080 serve.php",
"outputBundle": "esbuild --format=esm --sourcemap=inline --bundle ./main.js"
}
}