{ "name": "with-analytics", "scripts": { "dev": "next", "build": "next build", "start": "next start" }, "dependencies": { "@segment/snippet": "^4.0.1", "next": "latest", "react": "^16.2.0", "react-dom": "^16.2.0" } }