mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-18 09:05:55 +00:00
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
19 lines
458 B
JSON
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"
|
|
}
|
|
}
|