-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
53 lines (53 loc) · 1.58 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
49
50
51
52
53
{
"name": "kacoffeproject",
"version": "1.0.0",
"description": "",
"main": "app.js",
"engines": {
"node": "14.17.1",
"npm": "6.14.13"
},
"scripts": {
"beautiful": "prettier --single-quote --tab-width 4 --write package.json controllers/**/*.js middleware/**/*.js routes/**/*.js errors/**/*.js models/**/*.js db/**/*.js utils/**/*.js",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon app.js",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BuiDatHust/KACoffeProject.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/BuiDatHust/KACoffeProject/issues"
},
"homepage": "https://github.com/BuiDatHust/KACoffeProject#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"chalk": "^4.1.2",
"cookie-parser": "^1.4.5",
"dotenv": "^10.0.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-async-errors": "^3.1.1",
"express-fileupload": "^1.2.1",
"express-pjax": "0.0.1",
"http-status-codes": "^2.1.4",
"jsonwebtoken": "^8.5.1",
"mongodb": "^4.2.2",
"mongoose": "^6.0.12",
"multer": "^1.4.3",
"nodemailer": "^6.7.2",
"nodemon": "^2.0.15",
"path": "^0.12.7",
"prettier": "^2.5.1",
"randomstring": "^1.2.1",
"sweetalert2": "^11.3.0",
"webpack": "^5.65.0"
},
"devDependencies": {
"webpack-cli": "^4.9.1"
},
"keywords": []
}