-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.89 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 1.89 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "pangkin-sso",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node bin/nodemon.js start",
"dev": "node bin/nodemon.js dev",
"build": "tsc"
},
"dependencies": {
"bcrypt": "^5.0.1",
"connect-ensure-login": "^0.1.1",
"connect-mongo": "^4.4.1",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"dotenv": "^10.0.0",
"ejs": "~2.6.1",
"express": "~4.16.1",
"express-ejs-layouts": "^2.5.1",
"express-session": "^1.17.2",
"helmet": "^4.6.0",
"http-errors": "~1.6.3",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"mongoose": "^5.12.13",
"morgan": "~1.9.1",
"node-rsa": "^1.1.1",
"oauth2orize": "^1.11.0",
"oidc-provider": "^7.10.4",
"passport": "^0.4.1",
"passport-http": "^0.3.0",
"passport-http-bearer": "^1.0.1",
"passport-local": "^1.0.0",
"passport-oauth2-client-password": "^0.1.2",
"pem-jwk": "^2.0.0",
"sanitize-html": "^2.4.0"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/connect-ensure-login": "^0.1.5",
"@types/cookie-parser": "^1.4.2",
"@types/debug": "^4.1.5",
"@types/ejs": "^3.0.6",
"@types/express": "^4.17.12",
"@types/express-ejs-layouts": "^2.3.2",
"@types/express-session": "^1.17.3",
"@types/http-errors": "^1.8.0",
"@types/jsonwebtoken": "^8.5.1",
"@types/lodash": "^4.14.177",
"@types/morgan": "^1.9.2",
"@types/node": "^15.12.2",
"@types/node-rsa": "^1.1.0",
"@types/oauth2orize": "^1.8.8",
"@types/oidc-provider": "^7.4.0",
"@types/passport": "^1.0.6",
"@types/passport-http": "^0.3.8",
"@types/passport-http-bearer": "^1.0.36",
"@types/passport-local": "^1.0.33",
"@types/passport-oauth2-client-password": "^0.1.2",
"@types/pem-jwk": "^1.5.0",
"@types/sanitize-html": "^2.3.1",
"nodemon": "^2.0.7",
"ts-node": "^10.0.0",
"typescript": "^4.3.2"
}
}