mirror of
https://github.com/SrIzan10/next-auth.git
synced 2026-05-01 10:55:20 +00:00
This version will (probably) not be published, at least not until 2.0 ships in the next few weeks. This release contains several untested fixes and enhancements that were not in the last released version version of 1.x (1.12.1). I would like to publish it then, so that it can be archived and available to those still using the 1.x branch after release of 2.0.
38 lines
999 B
JSON
38 lines
999 B
JSON
{
|
|
"name": "next-auth",
|
|
"version": "1.13.0",
|
|
"description": "An authentication library for Next.js",
|
|
"repository": "https://github.com/iaincollins/next-auth.git",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "rollup --config",
|
|
"prepare": "rollup --config"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"sideEffects": false,
|
|
"dependencies": {
|
|
"babel-polyfill": "^6.26.0",
|
|
"body-parser": "^1.18.2",
|
|
"express": "^4.16.3",
|
|
"express-session": "^1.15.6",
|
|
"isomorphic-fetch": "^2.2.1",
|
|
"lusca": "^1.6.0",
|
|
"passport": "^0.4.0",
|
|
"uuid": "^3.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"babel-core": "^6.26.3",
|
|
"rollup-plugin-babel": "^3.0.7",
|
|
"babel-plugin-external-helpers": "^6.22.0",
|
|
"babel-preset-env": "^1.7.0",
|
|
"bl": "^2.1.2",
|
|
"rollup": "^0.67.4",
|
|
"rollup-plugin-commonjs": "^9.1.3",
|
|
"rollup-plugin-json": "^3.0.0",
|
|
"rollup-plugin-node-builtins": "^2.1.2",
|
|
"rollup-plugin-node-resolve": "^3.3.0",
|
|
"semver": "^5.6.0"
|
|
}
|
|
}
|