-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 2.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "EBookShopWebsite",
"type": "module",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon --watch backend --exec node --experimental-modules server.js",
"test": "echo \"Error: no test specified\" && exit 1",
"product": "NODE_ENV=production nodemon --watch backend --exec node --experimental-modules server.js",
"heroku-postbuild": "YARN_PRODUCTION=false cd client && yarn install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/khoatmhcm1999vn/EBookShopWebsite.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/khoatmhcm1999vn/EBookShopWebsite/issues"
},
"homepage": "https://github.com/khoatmhcm1999vn/EBookShopWebsite#readme",
"dependencies": {
"async": "^3.2.0",
"aws-sdk": "^2.914.0",
"bcrypt": "^5.0.0",
"bcryptjs": "^2.4.3",
"bluebird": "^3.7.2",
"body-parser": "^1.18.2",
"braintree": "^3.3.0",
"cloudinary": "^1.11.0",
"colors": "^1.4.0",
"convert-excel-to-json": "^1.7.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.4",
"cron": "^1.8.2",
"date-fns": "^2.21.3",
"dotenv": "^8.2.0",
"excel4node": "^1.7.2",
"exceljs": "^4.2.1",
"express": "^4.17.1",
"express-async-handler": "^1.1.4",
"express-fileupload": "^1.2.1",
"express-promise-router": "^4.1.0",
"faker": "^5.5.3",
"fs": "0.0.1-security",
"http-errors": "^1.8.0",
"i18n": "^0.13.3",
"js-cookie": "^3.0.5",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"mongoose": "^5.10.7",
"mongoose-sequence": "^5.3.1",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"natural": "^5.0.3",
"nodemailer": "^4.6.4",
"nodemailer-smtp-transport": "^2.7.4",
"progress": "^2.0.3",
"randomstring": "^1.1.5",
"read-excel-file": "^5.1.0",
"redis": "^3.1.2",
"request": "^2.88.2",
"socket.io": "^4.0.1",
"vector-object": "^1.3.0"
},
"devDependencies": {
"eslint": "^7.27.0",
"eslint-plugin-react": "^7.24.0",
"nodemon": "^2.0.7"
},
"engines": {
"node": "16.20.1",
"npm": "8.9.14"
}
}