rsnext/examples/with-passport/package.json
2020-04-13 18:11:41 -05:00

20 lines
394 B
JSON

{
"name": "with-passport",
"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": "latest",
"react-dom": "latest",
"swr": "0.1.16"
},
"license": "ISC"
}