-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.13 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
{
"name": "server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node server/index.js",
"server": "nodemon server/index.js",
"client": "npm start --prefix client",
"dev": "concurrently \"npm run server\" \"npm run client\"",
"heroku-postbuild": "NPM_CONFIG_PRODUCTION=false npm install --prefix client && npm run build --prefix client"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.21.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cheerio": "^1.0.0-rc.6",
"cors": "^2.8.5",
"dialogflow": "^1.2.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-async-handler": "^1.1.4",
"gridfs-stream": "^1.1.1",
"jsonwebtoken": "^8.5.1",
"jssoup": "0.0.12",
"mongoose": "^5.12.2",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"multer-gridfs-storage": "^4.2.0",
"nodemailer": "^6.5.0",
"nodemon": "^2.0.7",
"recombee-api-client": "^3.2.0",
"sharp": "^0.28.1",
"stripe": "^8.142.0",
"uuid": "^8.3.2"
},
"engines": {
"node": "14.x",
"npm": "6.14.8"
}
}