cirosantilli/nodejs/next/posts/package.json

nodejs/next/posts/package.json
{
  "pivate": true,
  "scripts": {
    "dev": "next",
    "build": "next build",
    "start": "next start"
  },
  "dependencies": {
    "next": "14.0.4",
    "react": "18.2.0",
    "react-dom": "18.2.0"
  }
}