mirror of
https://github.com/SrIzan10/next-auth.git
synced 2026-05-01 10:55:20 +00:00
* docs: add Gatsby example, move Next.js example * chore: fix sync action * docs(example): fix README link
23 lines
464 B
JSON
23 lines
464 B
JSON
{
|
|
"name": "next-auth-gatsby",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "gatsby build",
|
|
"dev": "gatsby develop --port 3000",
|
|
"dev:local": "vercel dev",
|
|
"start": "npm run develop",
|
|
"serve": "gatsby serve",
|
|
"clean": "gatsby clean"
|
|
},
|
|
"dependencies": {
|
|
"dotenv": "^16.0.0",
|
|
"gatsby": "next",
|
|
"next-auth": "^4.2.1",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"vercel": "^23.1.2"
|
|
}
|
|
}
|