-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (52 loc) · 1.26 KB
/
package.json
File metadata and controls
53 lines (52 loc) · 1.26 KB
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
{
"name": "royalhub",
"version": "1.0.0",
"main": "app.js",
"scripts": {
"dev": "nodemon app.js",
"start": "node app.js",
"migrate:slugs": "node utils/migrateSlugs.js",
"lint": "eslint . --fix",
"format": "prettier --write ."
},
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.1.1",
"chart.js": "^4.4.7",
"connect-flash": "^0.1.1",
"dotenv": "^16.4.5",
"ejs": "^3.1.10",
"exceljs": "^4.4.0",
"express": "^4.21.0",
"express-session": "^1.18.0",
"express-validator": "^7.2.0",
"jquery": "^3.7.1",
"jquery-zoom": "^1.7.21",
"moment": "^2.30.1",
"moment-timezone": "^0.5.46",
"mongodb": "^6.9.0",
"mongoose": "^8.7.0",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.15",
"nodemon": "^3.1.7",
"passport": "^0.7.0",
"passport-google-oauth20": "^2.0.0",
"pdfkit": "^0.15.1",
"razorpay": "^2.9.5",
"sharp": "^0.33.5",
"slugify": "^1.6.6",
"socket.io": "^4.8.1",
"uuid": "^11.0.3"
},
"keywords": [],
"description": "",
"devDependencies": {
"@eslint/js": "^9.17.0",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"globals": "^15.13.0",
"prettier": "^3.4.2"
}
}