mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
Add and update dependencies (#1531)
This commit is contained in:
parent
e9d0aeb2b2
commit
5a11a86389
|
@ -5,8 +5,10 @@
|
||||||
"start": "NODE_ENV=production node server.js"
|
"start": "NODE_ENV=production node server.js"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"express": "^4.14.1",
|
"express": "^4.15.2",
|
||||||
"next": "^2.0.0-beta.23",
|
"next": "^2.0.0",
|
||||||
"next-url-prettifier": "^1.0.2"
|
"next-url-prettifier": "^1.0.2",
|
||||||
|
"react": "^15.4.2",
|
||||||
|
"react-dom": "^15.4.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue