rsnext/examples/with-passport-and-next-connect/package.json

21 lines
395 B
JSON
Raw Normal View History

{
"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": "^17.0.2",
"react-dom": "^17.0.2",
"swr": "^0.1.18",
"uuidv4": "6.2.5"
}
}