{ "name": "with-google-analytics", "scripts": { "dev": "next", "build": "next build", "start": "next start" }, "dependencies": { "next": "latest", "react": "^16.2.0", "react-dom": "^16.2.0" } }