rsnext/examples/with-passport/package.json

21 lines
389 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.1",
"next": "latest",
"next-connect": "0.8.1",
"passport": "0.4.1",
"passport-local": "1.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"swr": "^0.5.5",
"uuid": "8.3.1"
}
}