-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.02 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
{
"name": "birdspotter",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"bcrypt": "^5.1.1",
"bootstrap": "^5.3.3",
"chart": "^0.1.2",
"chart.js": "^4.4.3",
"check-password-strength": "^2.0.10",
"connect-flash": "^0.1.1",
"cookie-parser": "~1.4.4",
"croppie": "^2.6.5",
"debug": "~2.6.9",
"dotenv": "^16.4.5",
"ejs": "^3.1.9",
"express": "^4.19.1",
"express-session": "^1.18.0",
"express-validator": "^7.0.1",
"fs": "^0.0.1-security",
"http-errors": "~1.6.3",
"https": "^1.0.0",
"jquery": "^3.7.1",
"jsonwebtoken": "^9.0.2",
"moment": "^2.30.1",
"morgan": "~1.9.1",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.16",
"passport": "^0.7.0",
"passport-local": "^1.0.0",
"requirejs": "^2.3.6",
"sharp": "^0.33.5",
"sharp-multer": "^0.3.3",
"sqlite3": "^5.1.7",
"sweetalert": "^2.1.2",
"uuid": "^9.0.1",
"vary": "^1.1.2",
"webp-converter": "^2.3.3"
}
}