rsnext/examples/with-iron-session/package.json
Jesse Jafa 5eac7cc042
Fixed with-iron-session to work on Windows systems (#13386)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2020-05-26 10:57:56 +02:00

22 lines
497 B
JSON

{
"name": "with-iron-session",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "cross-env SECRET_COOKIE_PASSWORD=2gyZ3GDw3LHZQKDhPmPDL3sjREVRXPr8 next dev",
"start": "next start"
},
"dependencies": {
"next": "9.3.6",
"next-iron-session": "4.0.0",
"node-fetch": "2.6.0",
"prop-types": "15.7.2",
"react": "16.13.1",
"react-dom": "16.13.1",
"swr": "0.2.0"
},
"devDependencies": {
"cross-env": "^7.0.2"
}
}