-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.23 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
{
"name": "ylie",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"client": "cd client && npm start",
"admin": "cd admin && npm start",
"start": "nf start",
"heroku-postbuild": "cd client && npm install && npm install --only=dev --no-shrinkwrap && npm run build && cd .. && cd admin && npm install && npm install --only=dev --no-shrinkwrap && npm run build",
"test": "echo \"Error: no test specified\" && exit 1",
"scrap": "node scrapHeadLinePhoto",
"dev": "concurrently --kill-others-on-fail \"nodemon -i server.js\" \"npm run client\""
},
"engines": {
"node": "13.x",
"npm": "6.x"
},
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^3.0.8",
"bull": "^3.13.0",
"compression": "^1.7.4",
"concurrently": "^5.1.0",
"cookie-parser": "^1.4.5",
"core-util-is": "^1.0.2",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"googleapis": "^47.0.0",
"https": "^1.0.0",
"jsonwebtoken": "^8.5.1",
"moment": "^2.24.0",
"mongodb": "^3.5.5",
"nodemailer": "^6.4.6",
"puppeteer": "^2.1.1",
"puppeteer-extra": "^3.1.9",
"puppeteer-extra-plugin-stealth": "^2.4.9",
"querystring": "^0.2.0",
"redis": "^3.0.2",
"sirv": "^0.4.2",
"throng": "^4.0.0"
}
}