-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
57 lines (57 loc) · 1.45 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
55
56
57
{
"name": "Himanshu",
"version": "1.0.0",
"description": "Himanshu",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon app.js",
"start-server": "nodemon app.js",
"start:dev": "nodemon app.js"
},
"author": "Himanshu",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/preset-react": "^7.24.7",
"babel-loader": "^9.1.3",
"cross-env": "^7.0.3",
"nodemon": "^3.1.7",
"webpack": "^5.92.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"axios": "^1.7.2",
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.3",
"cloudinary": "^2.3.0",
"compression": "^1.7.4",
"connect-flash": "^0.1.1",
"connect-mongo": "^5.1.0",
"connect-mongodb-session": "^3.1.1",
"cors": "^2.8.5",
"csurf": "^1.11.0",
"dotenv": "^16.4.5",
"ejs": "^3.1.10",
"express": "^4.16.3",
"express-handlebars": "^8.0.1",
"express-session": "^1.17.3",
"express-validator": "^7.0.1",
"firebase": "^10.12.2",
"helmet": "^7.1.0",
"jsonwebtoken": "^9.0.2",
"mongodb": "^6.9.0",
"mongoose": "^7.6.3",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"mysql": "^2.18.1",
"mysql2": "^3.6.2",
"nodemailer": "^6.9.7",
"nodemailer-sendgrid-transport": "^0.2.0",
"pug": "^3.0.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"url": "^0.11.3"
}
}