mirror of
https://github.com/transloadit/uppy.git
synced 2026-01-23 02:25:07 +00:00
27 lines
617 B
JSON
27 lines
617 B
JSON
{
|
|
"name": "@uppy-example/react",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tsc && vite build",
|
|
"dev": "vite",
|
|
"serve": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@tailwindcss/vite": "^4.0.9",
|
|
"@uppy/core": "^4.4.2",
|
|
"@uppy/react": "workspace:^",
|
|
"@uppy/tus": "^4.2.2",
|
|
"@uppy/webcam": "^4.1.1",
|
|
"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.3.4",
|
|
"typescript": "^5.7.3",
|
|
"vite": "^6.2.0"
|
|
}
|
|
}
|