rsnext/examples/auth0/package.json
2019-10-10 11:31:51 +02:00

18 lines
359 B
JSON

{
"name": "nextjs-auth0-example",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"author": "",
"license": "MIT",
"dependencies": {
"@auth0/nextjs-auth0": "0.4.0",
"dotenv": "^8.1.0",
"isomorphic-unfetch": "^3.0.0",
"next": "latest",
"react": "^16.9.0",
"react-dom": "^16.9.0"
}
}