rsnext/examples/with-cookie-auth/www/package.json

20 lines
382 B
JSON
Raw Normal View History

{
"name": "with-cookie-auth",
"scripts": {
"dev": "node server.js",
"build": "next build",
"start": "next start"
},
"dependencies": {
"isomorphic-unfetch": "^3.0.0",
"js-cookie": "^2.2.0",
"next": "^7.0.2",
"next-cookies": "^1.0.4",
"react": "^16.7.0",
"react-dom": "^16.7.0"
},
"devDependencies": {
"http-proxy": "^1.17.0"
}
}