-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.16 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
{
"name": "oddsportal",
"version": "1.0.1",
"description": "scraping for oddsportal",
"main": "server.js",
"scripts": {
"start": "node server",
"server": "nodemon server",
"client": "npm run serve --prefix client",
"dev": "concurrently \"npm run server\" \"npm run client\"",
"build": "npm run build --prefix client",
"heroku-postbuild": "NPM_CONFIG_PRODUCTION=false npm install --prefix client && npm run build --prefix client"
},
"author": "Daskiro Team",
"license": "MIT",
"dependencies": {
"axios": "^0.21.1",
"bcryptjs": "^2.4.3",
"chromedriver": "^95.0.0",
"client": "file:client",
"compression": "^1.7.4",
"config": "^3.3.3",
"cors": "^2.8.5",
"express": "^4.17.1",
"express-validator": "^6.8.1",
"extend": "^3.0.2",
"gravatar": "^1.8.1",
"jsonwebtoken": "^8.5.1",
"mailgun-js": "^0.22.0",
"mongoose": "^5.11.8",
"multer": "^1.4.3",
"node-schedule": "^2.0.0",
"normalize-url": "^5.3.0",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"selenium-webdriver": "^4.0.0-rc-1"
},
"devDependencies": {
"concurrently": "^5.3.0",
"nodemon": "^2.0.6"
}
}