Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame
387 Bytes
{
"name": "react-next-14",
"private": true,
"scripts": {
"build": "next build"
},
"dependencies": {
"@tanstack/react-query": "workspace:*",
"@tanstack/react-query-devtools": "workspace:*",
"next": "^14.2.28",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25"
}
}