mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-17 16:50:22 +00:00
exact copy of #6175 - I will point the uppy deps upgrade pr to this PR's branch - no other changes needed in this branch as #6175 was reviewed and all the comments were resolved this should be the order of merge : 1. #6300 2. uppy deps upgrade ( yet to be raised ) 3. merge this to main 4. merge biome changes #6244 @mifi let me know if you think otherwise. --------- Co-authored-by: Mikael Finstad <finstaden@gmail.com>
21 lines
450 B
JSON
21 lines
450 B
JSON
{
|
|
"name": "example-companion-digitalocean-spaces",
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@uppy/aws-s3": "workspace:*",
|
|
"@uppy/core": "workspace:*",
|
|
"@uppy/dashboard": "workspace:*",
|
|
"body-parser": "^1.20.4",
|
|
"cors": "^2.8.5"
|
|
},
|
|
"devDependencies": {
|
|
"dotenv": "^16.0.1",
|
|
"express": "^5.2.1",
|
|
"vite": "^7.1.11"
|
|
},
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node ./server.cjs"
|
|
}
|
|
}
|