rsnext/examples/auth0/package.json

18 lines
326 B
JSON
Raw Normal View History

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