lab-ucz7pvg0 / package.json
Katiyar48's picture
Upload package.json with huggingface_hub
99ee5da verified
raw
history blame contribute delete
496 Bytes
{
"name": "social-run-club",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"next": "^14.0.4",
"next-auth": "^4.24.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.12.0",
"qrcode.react": "^3.1.0",
"recharts": "^2.10.3"
},
"devDependencies": {
"autoprefixer": "^10.4.16",
"postcss": "^8.4.32",
"tailwindcss": "^3.3.6"
}
}