-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.3 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
{
"name": "sondeka-voting",
"version": "1.0.0",
"description": "A revamp of the existing Laravel voting web application",
"main": "index.js",
"author": "Zidane Gimiga",
"scripts": {
"start": "node ./server/index.js",
"dev": "nodemon ./server/index.js"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/zidanegimiga/sondeka-voting/issues"
},
"homepage": "https://github.com/zidanegimiga/sondeka-voting/README.md",
"dependencies": {
"bcrypt": "^5.1.0",
"classnames": "^2.3.2",
"cloudinary": "^1.37.0",
"connect-ensure-login": "^0.1.1",
"connect-mongo": "^5.0.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"date-fns": "^2.29.3",
"dotenv": "^16.0.3",
"ejs": "^3.1.8",
"express": "^4.18.2",
"express-async-handler": "^1.2.0",
"express-handlebars": "^7.0.2",
"express-rate-limit": "^6.7.0",
"express-session": "^1.17.3",
"fs": "^0.0.1-security",
"handlebars": "^4.7.7",
"jsonwebtoken": "^9.0.0",
"lusca": "^1.7.0",
"mongoose": "^6.10.0",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.1",
"nodemailer-express-handlebars": "^6.1.0",
"nodemon": "^2.0.20",
"passport": "^0.6.0",
"passport-google-oauth20": "^2.0.0",
"path": "^0.12.7",
"uuid": "^9.0.0"
},
"devDependencies": {}
}