rsnext/examples/with-iron-session/package.json
2020-08-29 22:32:35 -04: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": "^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"
},
"license": "MIT"
}