rsnext/examples/with-iron-session/package.json
Luis Alvarez D b540054388
Update authentication examples (#19330)
* Updated example readme

* Updated with-passport example

* Updated profile page for with-passport

* Updated with-passport-and-next-connect

* Updated with-magic

* Updated with-magic readme

* Updated with-iron-session

* Updated next version in with-iron-session

Co-authored-by: Lee Robinson <me@leerob.io>
2020-12-29 12:43:47 -05:00

19 lines
371 B
JSON

{
"name": "with-iron-session",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"start": "next start"
},
"dependencies": {
"next": "latest",
"next-iron-session": "4.1.7",
"prop-types": "15.7.2",
"react": "16.13.1",
"react-dom": "16.13.1",
"swr": "0.2.3"
},
"license": "MIT"
}