-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 832 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
{
"name": "tieuluantmdt-nhom7",
"version": "1.0.0",
"main": "backend/server.js",
"scripts": {
"dev": "nodemon backend/server.js",
"start": "node backend/server.js"
},
"author": "",
"type": "module",
"license": "ISC",
"description": "",
"dependencies": {
"@reduxjs/toolkit": "^2.3.0",
"axios": "^1.7.7",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.3",
"cloudinary": "^2.5.1",
"config": "^3.3.12",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.21.1",
"jsonwebtoken": "^9.0.2",
"md5": "^2.3.0",
"moment": "^2.30.1",
"mongoose": "^8.8.0",
"morgan": "^1.10.0",
"qs": "^6.13.1",
"set-tz": "^0.2.0",
"sha256": "^0.2.0",
"socket.io": "^4.8.1"
},
"devDependencies": {
"nodemon": "^3.1.7"
}
}