mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-23 02:08:30 +00:00
will do a separte PR for changes which would require code changes so it's easier to review , didn't upgrade any deps for `@uppy/aws-s3` since we'll merge the rewrite so I think we should do that upgrade in the rewrite branch before merging. update : Dependency upgrades which required code changes were raised separately - #6309 - #6310 --------- Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
36 lines
929 B
JSON
36 lines
929 B
JSON
{
|
|
"name": "example-react",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tsc && vite build",
|
|
"test": "vitest run",
|
|
"dev": "vite",
|
|
"serve": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@tailwindcss/vite": "^4.1.11",
|
|
"@uppy/core": "workspace:*",
|
|
"@uppy/react": "workspace:*",
|
|
"@uppy/remote-sources": "workspace:*",
|
|
"@uppy/screen-capture": "workspace:*",
|
|
"@uppy/tus": "workspace:*",
|
|
"@uppy/webcam": "workspace:*",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"tailwindcss": "^4.0.9"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.0.10",
|
|
"@types/react-dom": "^19.0.4",
|
|
"@vitejs/plugin-react": "^4.6.0",
|
|
"@vitest/browser": "^4.1.6",
|
|
"@vitest/browser-playwright": "^4.1.6",
|
|
"msw": "^2.10.4",
|
|
"playwright": "1.57.0",
|
|
"typescript": "^5.7.3",
|
|
"vite": "^7.1.11",
|
|
"vitest": "^4.1.6",
|
|
"vitest-browser-react": "^2.2.0"
|
|
}
|
|
}
|