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>
27 lines
698 B
JSON
27 lines
698 B
JSON
{
|
|
"name": "example-transloadit",
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"npm-run-all": "^4.1.5",
|
|
"vite": "^7.1.11"
|
|
},
|
|
"dependencies": {
|
|
"@uppy/core": "workspace:*",
|
|
"@uppy/dashboard": "workspace:*",
|
|
"@uppy/drop-target": "workspace:*",
|
|
"@uppy/form": "workspace:*",
|
|
"@uppy/image-editor": "workspace:*",
|
|
"@uppy/remote-sources": "workspace:*",
|
|
"@uppy/transloadit": "workspace:*",
|
|
"@uppy/webcam": "workspace:*",
|
|
"express": "^5.2.1",
|
|
"he": "^1.2.0"
|
|
},
|
|
"private": true,
|
|
"scripts": {
|
|
"start:server": "node server.js",
|
|
"start:client": "vite",
|
|
"start": "npm-run-all --parallel start:server start:client"
|
|
}
|
|
}
|