-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1017 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
{
"dependencies": {
"bcrypt": "^5.1.0",
"bootstrap": "^5.3.2",
"cloudflare-ips": "^0.3.0",
"cookie-parser": "^1.4.6",
"cron": "^2.4.4",
"ejs": "^3.1.10",
"ejs-lint": "^2.0.0",
"express": "^4.19.2",
"express-flash": "^0.0.2",
"express-rate-limit": "^6.11.2",
"express-session": "^1.18.0",
"express-session-sequelize": "^2.3.0",
"helmet": "^7.1.0",
"hpp": "^0.2.3",
"install": "^0.13.0",
"moment": "^2.30.1",
"nodemailer": "^6.9.13",
"passport": "^0.6.0",
"passport-local": "^1.0.0",
"pg": "^8.11.0",
"python-shell": "^5.0.0",
"sequelize": "^6.37.1",
"svg-captcha-fixed": "^1.5.2",
"toobusy-js": "^0.5.1"
},
"name": "bettercards",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"devStart": "nodemon server.js",
"build": "server.js"
},
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"dotenv": "^16.3.1",
"eslint": "^8.45.0",
"nodemon": "^3.0.1"
}
}