-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
37 lines (37 loc) · 928 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": "covid-project",
"version": "1.0.0",
"description": "Covid 19 - Phát triển ứng dụng web",
"main": "index.js",
"repository": "https://github.com/TuanNguyen2504/covid-project",
"author": "18120144-18120606-18120609-18120634",
"license": "MIT",
"scripts": {
"start": "set NODE_ENV=production&&node index.js",
"dev": "set NODE_ENV=development&&nodemon index.js"
},
"dependencies": {
"axios": "^0.24.0",
"bcryptjs": "^2.4.3",
"cloudinary": "^1.27.1",
"cookie-parser": "^1.4.6",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-session": "^1.17.2",
"jsonwebtoken": "^8.5.1",
"morgan": "^1.10.0",
"multer": "^1.4.4",
"passport": "^0.5.2",
"passport-local": "^1.0.0",
"pg": "^8.7.1",
"pg-hstore": "^2.3.4",
"pug": "^3.0.2",
"query-string": "^7.0.1",
"sequelize": "^6.12.2",
"uuid": "^8.3.2"
},
"devDependencies": {
"faker": "^5.5.3",
"nodemon": "^2.0.15"
}
}