{ "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "export": "next export" }, "dependencies": { "next": "13.4.7", "react": "18.2.0", "react-dom": "18.2.0" } }