-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.46 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": "DoAnTongHop",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"start:prod": "NODE_ENV=production nodemon server.js",
"client": "npm run dev --prefix client",
"dev": "concurrently \"nodemon index\" \"npm run client\""
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@google-cloud/storage": "^4.2.0",
"@sendgrid/mail": "^6.5.0",
"admin-bro": "^2.3.1",
"admin-bro-expressjs": "^2.0.5",
"admin-bro-mongoose": "^0.5.2",
"bcryptjs": "^2.4.3",
"cookie-parser": "^1.4.4",
"cors": "^2.8.5",
"express": "^4.17.1",
"express-formidable": "^1.2.0",
"express-mongo-sanitize": "^1.3.2",
"express-rate-limit": "^5.0.0",
"express-session": "^1.17.0",
"form-data": "^3.0.0",
"formdata-node": "^2.1.1",
"fulltextsearch": "0.0.6",
"get-video-duration": "^1.0.3",
"helmet": "^3.21.2",
"hpp": "^0.2.3",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.15",
"mongoose": "^5.8.7",
"mongoose-beautiful-unique-validation": "^7.1.1",
"multer": "^1.4.2",
"node-fetch": "^2.6.0",
"passport": "^0.4.1",
"passport-facebook-token": "^3.3.0",
"passport-google-token": "^0.1.2",
"slugify": "^1.3.6",
"validator": "^12.1.0",
"vn-payments": "^1.1.0",
"xss-clean": "^0.1.1"
},
"devDependencies": {
"concurrently": "^5.1.0"
}
}