mirror of
https://github.com/SrIzan10/next-auth.git
synced 2026-05-01 10:55:20 +00:00
33 lines
824 B
JSON
33 lines
824 B
JSON
{
|
|
"private": true,
|
|
"description": "An example project for NextAuth.js with Next.js",
|
|
"repository": "https://github.com/nextauthjs/next-auth-example.git",
|
|
"bugs": {
|
|
"url": "https://github.com/nextauthjs/next-auth/issues"
|
|
},
|
|
"homepage": "https://next-auth-example.vercel.app",
|
|
"scripts": {
|
|
"dev": "next",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"author": "Iain Collins <me@iaincollins.com>",
|
|
"contributors": [
|
|
"Balázs Orbán <info@balazsorban.com>",
|
|
"Nico Domino <yo@ndo.dev>",
|
|
"Lluis Agusti <hi@llu.lu>"
|
|
],
|
|
"dependencies": {
|
|
"next": "latest",
|
|
"next-auth": "latest",
|
|
"nodemailer": "^6",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^17",
|
|
"@types/react": "^18.0.15",
|
|
"typescript": "^4"
|
|
}
|
|
}
|