Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame
345 Bytes
{
"name": "react-vite",
"private": true,
"type": "module",
"scripts": {
"build": "vite build"
},
"dependencies": {
"@tanstack/react-query": "workspace:*",
"@tanstack/react-query-devtools": "workspace:*",
"@vitejs/plugin-react": "^4.3.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"vite": "^6.2.4"
}
}