mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
80cb91ec87
* extract request login from auth * add clarification that the monorepo is for deploy in Now only and fix typo * Refactor HOC - add authorization to HOC - add displayName to HOC - remove unnecessary `run`s in local routing
20 lines
382 B
JSON
20 lines
382 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|