-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.14 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
{
"name": "product-management",
"version": "1.0.0",
"description": "A Website to manage products",
"main": "index.js",
"scripts": {
"start": "node app.js",
"server": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Dung24-6/Product-Management.git"
},
"keywords": [
"nodejs",
"express",
"mongodb"
],
"author": "Ha Van Quoc Dung",
"license": "ISC",
"bugs": {
"url": "https://github.com/Dung24-6/Product-Management/issues"
},
"homepage": "https://github.com/Dung24-6/Product-Management#readme",
"dependencies": {
"@hapi/joi": "^17.1.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.1",
"connect-flash": "^0.1.1",
"connect-mongo": "^3.2.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"dateformat": "^3.0.3",
"dotenv": "^8.2.0",
"ejs": "^3.1.2",
"express": "^4.17.1",
"express-session": "^1.17.1",
"method-override": "^3.0.0",
"mkdirp": "^1.0.4",
"mongoose": "^5.9.11",
"mongoose-timezone": "^1.3.0",
"multer": "^1.4.5-lts.1",
"pdfmake": "^0.1.65"
},
"devDependencies": {
"nodemon": "^2.0.20"
}
}