{ "scripts": { "dev": "nodemon", "build": "next build && tsc && tsc --project tsconfig.server.json", "start": "cross-env NODE_ENV=production node .next/server" }, "dependencies": { "next": "latest", "react": "^16.8.4", "react-dom": "^16.8.4" }, "devDependencies": { "@types/next": "^8.0.1", "@types/react": "^16.8.8", "@zeit/next-typescript": "^1.1.1", "cross-env": "^5.2.0", "nodemon": "^1.18.10", "ts-node": "^8.0.3", "typescript": "^3.3.3333" } }