{
  "name": "foo",
  "version": "1.0.0",
  "description": "Test of a raw next.js application to debug hot-loader issue.",
  "main": "index.js",
  "scripts": {
    "start": "next -p 3030",
    "prod": "next start -p 3030",
    "build": "next build"
  },
  "dependencies": {
    "next": "^7.0.2",
    "react": "^16.6.3",
    "react-dom": "^16.6.3"
  }
}
