-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 959 Bytes
/
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
{
"name": "backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node app.js",
"build": "cd frontend/ && npm install && npm install --only=dev --no-shrinkwrap && npm run build"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.3",
"dot-prop": "^5.2.0",
"express": "^4.16.3",
"font-awesome": "^4.7.0",
"gravatar": "^1.6.0",
"jsonwebtoken": "^8.3.0",
"mem": "^6.1.0",
"mongoose": "^5.2.4",
"nodemailer": "^6.1.1",
"nodemon": "^1.19.0",
"passport": "^0.4.0",
"passport-jwt": "^4.0.0",
"react-confirm-alert": "^2.4.1",
"react-meta-tags": "^0.7.4",
"react-modal": "^3.8.1",
"react-notification-badge": "^1.4.0",
"react-star-ratings": "^2.3.0",
"react-toastify": "^5.1.0",
"validator": "^10.11.0"
},
"devDependencies": {
"nodemon": "^1.19.0"
}
}