rsnext/examples/with-iron-session/package.json
Jens Meindertsma 164896503c
Update dependencies for with-iron-session example (#15065)
Co-authored-by: Joe Haddad <timer150@gmail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: Joe Haddad <joe.haddad@zeit.co>
2020-07-12 21:24:52 +02:00

18 lines
351 B
JSON

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