mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-17 16:50:22 +00:00
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.8 to 5.4.12. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.4.12/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.4.12/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
28 lines
746 B
JSON
28 lines
746 B
JSON
{
|
|
"name": "@uppy-example/transloadit",
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"npm-run-all": "^4.1.5",
|
|
"vite": "^5.4.12"
|
|
},
|
|
"dependencies": {
|
|
"@uppy/core": "workspace:*",
|
|
"@uppy/dashboard": "workspace:*",
|
|
"@uppy/drop-target": "workspace:*",
|
|
"@uppy/form": "workspace:*",
|
|
"@uppy/image-editor": "workspace:*",
|
|
"@uppy/progress-bar": "workspace:*",
|
|
"@uppy/remote-sources": "workspace:*",
|
|
"@uppy/transloadit": "workspace:*",
|
|
"@uppy/webcam": "workspace:*",
|
|
"express": "^4.19.2",
|
|
"he": "^1.2.0"
|
|
},
|
|
"private": true,
|
|
"scripts": {
|
|
"start:server": "node server.js",
|
|
"start:client": "vite",
|
|
"start": "npm-run-all --parallel start:server start:client"
|
|
}
|
|
}
|