{ "name": "with-react-ga", "version": "1.0.0", "scripts": { "dev": "next", "build": "next build", "start": "next start" }, "dependencies": { "next": "latest", "react": "^15.4.2", "react-dom": "^15.4.2", "react-ga": "2.2.0" }, "author": "", "license": "ISC" }