signup / package.json
burtenshaw's picture
burtenshaw HF Staff
Deploy Next.js signup Space
654b283 verified
raw
history blame
533 Bytes
{
"name": "hlh-signup-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@huggingface/hub": "^2.11.0",
"next": "16.2.4",
"react": "19.2.4",
"react-dom": "19.2.4",
"zod": "^4.3.6"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.2.4",
"typescript": "^5"
}
}