forked from nextauthjs/next-auth
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 999 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 999 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "next-auth",
"version": "1.12.1",
"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"
}
}