1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00
next.js/examples/custom-server-hapi/package.json

16 lines
307 B
JSON

{
"scripts": {
"dev": "node server.js",
"build": "next build",
"start": "NODE_ENV=production node server.js"
},
"dependencies": {
"hapi": "^16.1.0",
"next": "^2.0.0-beta",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"good": "^7.1.0",
"good-console": "^6.2.0"
}
}