rsnext/examples/auth0/package.json

17 lines
287 B
JSON
Raw Normal View History

{
"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"
}
}