-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 941 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 941 Bytes
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
{
"name": "qmarge-v2",
"version": "2.1.0",
"main": "server.js",
"type": "module",
"scripts": {
"dev": "nodemon index.js"
},
"keywords": [],
"author": "Rustamjon Nuriddinov",
"license": "ISC",
"description": "A Quick and Easy Question and Answer Platform.",
"dependencies": {
"bcryptjs": "^2.4.3",
"clipboard": "^2.0.11",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express-handlebars": "^7.1.3",
"express-validator": "^7.1.0",
"handlebars": "^4.7.8",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.4.3",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.14",
"nodemon": "^3.1.4",
"npm": "^10.8.3",
"openai": "^4.53.2",
"socket.io": "^4.7.5",
"uuid": "^10.0.0"
},
"devDependencies": {
"autoprefixer": "^10.4.19",
"concurrently": "^8.2.2",
"postcss": "^8.4.38",
"prettier": "^3.3.3"
}
}