rsnext/examples/with-iron-session/package.json
Vincent Voyer 942c15129c
docs(examples): Update with-iron-session to latest iron-session API (#30956)
Co-authored-by: Lee Robinson <me@leerob.io>
2021-11-09 09:30:15 -06:00

21 lines
412 B
JSON

{
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"start": "next start"
},
"dependencies": {
"iron-session": "latest",
"next": "latest",
"octokit": "^1.7.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"swr": "^1.0.1"
},
"devDependencies": {
"@octokit/types": "^6.34.0",
"@types/react": "^17.0.34",
"typescript": "^4.4.4"
}
}