Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame
459 Bytes
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"deploy": "next build && touch out/.nojekyll && git add out/ && git commit -m \"Deploy\" && git subtree push --prefix out origin gh-pages"
},
"dependencies": {
"@types/node": "^18.11.5",
"@types/react-dom": "^18.0.7",
"@types/react": "^18.0.23",
"next": "latest",
"react-dom": "^18.2.0",
"react": "^18.2.0",
"typescript": "^4.8.4"
}
}