mirror of
https://github.com/SrIzan10/starters.git
synced 2026-05-01 11:05:16 +00:00
20 lines
454 B
JSON
20 lines
454 B
JSON
{
|
|
"name": "nextjs-auth",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "An example NextJS app using NextAuth.js and MongoDB for authentication.",
|
|
"scripts": {
|
|
"dev": "next",
|
|
"build": "next build",
|
|
"start": "next start --port ${PORT-3000}"
|
|
},
|
|
"author": "Faraz Patankar",
|
|
"dependencies": {
|
|
"mongodb": "^3.6.6",
|
|
"next": "^10.0.7",
|
|
"next-auth": "latest",
|
|
"react": "^17.0.1",
|
|
"react-dom": "^17.0.1"
|
|
}
|
|
}
|