generated from nextauthjs/next-auth-example
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 969 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"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 -p 3000",
"dev-k8": "next dev -p 3000",
"build-dev": "next build",
"build-prod": "next build",
"start": "next start"
},
"author": "Sonam s",
"contributors": [],
"dependencies": {
"@auth/core": "^0.10.4",
"esrun": "^3.2.26",
"install": "^0.13.0",
"jwt-decode": "^3.1.2",
"next": "latest",
"next-auth": "latest",
"nodemailer": "^6.9.15",
"npm": "^9.9.3",
"openid-client": "^5.7.0",
"pkce-challenge": "^4.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/node": "^17.0.45",
"@types/react": "^18.3.5",
"typescript": "^4.9.5"
}
}