CoolFace
Apppublic

kunjasd/anycoder-36bad3f9

sourceHugging Faceupdated 10mo agoView on Hugging Face
0likes
package.json35 linesDownload Raw Back to root
1{2  "name": "social-media-app",3  "version": "1.0.0",4  "private": true,5  "scripts": {6    "dev": "next dev",7    "build": "next build",8    "start": "next start",9    "lint": "next lint"10  },11  "dependencies": {12    "@next-auth/prisma-adapter": "^1.0.5",13    "@prisma/client": "^4.11.0",14    "bcrypt": "^5.1.0",15    "next": "13.4.4",16    "next-auth": "^4.22.1",17    "react": "18.2.0",18    "react-dom": "18.2.0",19    "react-icons": "^4.8.0",20    "swr": "^2.1.5",21    "tailwind-merge": "^1.12.0",22    "zod": "^3.21.4"23  },24  "devDependencies": {25    "@types/bcrypt": "^5.0.0",26    "@types/node": "18.16.0",27    "@types/react": "18.2.0",28    "@types/react-dom": "18.2.0",29    "autoprefixer": "^10.4.14",30    "postcss": "^8.4.23",31    "prisma": "^4.11.0",32    "tailwindcss": "^3.3.2",33    "typescript": "5.1.3"34  }35}