mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-18 00:55:35 +00:00
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.16.1"
|
|
},
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "php -S localhost:8080 serve.php",
|
|
"outputBundle": "esbuild --format=esm --sourcemap=inline --bundle ./main.js"
|
|
}
|
|
}
|