rsnext/examples/with-passport-and-next-connect/package.json
2023-01-12 09:36:29 -08:00

20 lines
394 B
JSON

{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@hapi/iron": "6.0.0",
"cookie": "0.4.0",
"next": "latest",
"next-connect": "^0.6.1",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"swr": "^2.0.0",
"uuidv4": "6.2.5"
}
}