-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.39 KB
/
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
46
47
48
49
50
51
52
53
54
{
"name": "assignment2",
"version": "0.0.2",
"private": true,
"scripts": {
"start": "node server.js"
},
"engines": {
"node": "^16.11.1",
"npm": "^6.14.15",
"yarn": "^1.22.15"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"@popperjs/core": "^2.9.2",
"bootstrap": "^5.1.1",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"debug": "^4.3.1",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-session": "^1.17.2",
"http-errors": "^1.8.0",
"jquery": "^3.6.0",
"lottie-web": "^5.7.13",
"mongoose": "^6.0.10",
"morgan": "^1.10.0",
"nodemon": "^2.0.13",
"passport": "^0.5.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^6.1.0",
"popper.js": "^1.16.1",
"typed.js": "^2.0.12",
"typescript": "^4.4.3"
},
"devDependencies": {
"@types/bootstrap": "^5.1.6",
"@types/connect-flash": "^0.0.37",
"@types/cookie-parser": "^1.4.2",
"@types/cors": "^2.8.12",
"@types/debug": "^4.1.7",
"@types/ejs": "^3.1.0",
"@types/express": "^4.17.13",
"@types/express-session": "^1.17.4",
"@types/http-errors": "^1.8.1",
"@types/jquery": "^3.5.6",
"@types/mongoose": "^5.11.97",
"@types/morgan": "^1.9.3",
"@types/passport": "^1.0.7",
"@types/passport-local": "^1.0.34",
"@types/passport-local-mongoose": "^6.1.0"
}
}