{ "name": "auth0", "scripts": { "dev": "next", "build": "next build", "start": "next start" }, "author": "", "license": "MIT", "dependencies": { "@auth0/nextjs-auth0": "^0.8.0", "next": "latest", "react": "^16.12.0", "react-dom": "^16.12.0" } }