-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
45 lines (45 loc) · 990 Bytes
/
package.json
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
{
"name": "esup-otp-manager",
"version": "1.5.2",
"private": true,
"repository": {
"type": "git",
"url": "git://github.com/EsupPortail/esup-otp-manager.git"
},
"license": "MIT",
"scripts": {
"start": "node run"
},
"dependencies": {
"@coursetable/passport-cas": "0.1.x",
"body-parser": "2.x",
"cookie-parser": "1.x",
"debug": "4.x",
"express": "5.x",
"express-session": "1.x",
"express-socket.io-session": "1.x",
"jquery": "3.x",
"materialize-css": "0.97.x",
"morgan": "1.x",
"passport": "0.7.x",
"pug": "3.x",
"serve-favicon": "2.x",
"socket.io": "4.x",
"socket.io-client": "4.x",
"sweetalert2": "11.x",
"undici": "6.x",
"vue": "3.x"
},
"overrides": {
"express-socket.io-session": {
"cookie-parser": ">=1.4.7"
},
"materialize-css": {
"jquery": "3.x",
"node-archiver": "npm:dry-uninstall"
}
},
"devDependencies": {
"@types/node": "20.x"
}
}