Files
archived-next-auth/example/package.json
2018-01-28 08:32:19 +00:00

35 lines
874 B
JSON

{
"name": "next-auth-examples",
"version": "1.1.0",
"description": "An example of how to use next-auth",
"repository": "https://github.com/iaincollins/next-auth.git",
"main": "",
"scripts": {
"dev": "NODE_ENV=development node index.js",
"build": "next build",
"start": "node index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"connect-mongo": "^2.0.1",
"dotenv": "^4.0.0",
"mongodb": "^3.0.1",
"nedb": "^1.8.0",
"next": "^4.2.3",
"next-auth": "^1.1.1",
"next-auth-client": "^1.1.1",
"nodemailer": "^4.4.2",
"nodemailer-smtp-transport": "^2.7.4",
"passport-facebook": "^2.1.1",
"passport-google-oauth": "^1.0.0",
"passport-twitter": "^1.0.4",
"react": "^16.2.0",
"react-dom": "^16.2.0"
},
"now": {
"name": "next-auth-demo",
"alias": "next-auth-demo.now.sh"
}
}