mirror of
https://github.com/transloadit/uppy.git
synced 2026-01-23 18:35:54 +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>
22 lines
594 B
JSON
22 lines
594 B
JSON
{
|
|
"name": "@uppy-example/python-xhr",
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@uppy/core": "workspace:*",
|
|
"@uppy/dashboard": "workspace:*",
|
|
"@uppy/webcam": "workspace:*",
|
|
"@uppy/xhr-upload": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"npm-run-all": "^4.1.3",
|
|
"vite": "^5.4.12"
|
|
},
|
|
"private": true,
|
|
"scripts": {
|
|
"installPythonDeps": "python3 -m pip install -r requirements.txt",
|
|
"start": "npm-run-all --parallel start:server start:client",
|
|
"start:client": "vite",
|
|
"start:server": "mkdir -p uploads && python3 server.py"
|
|
}
|
|
}
|