-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.12 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": "the-mern",
"version": "0.0.0",
"private": true,
"engines": {
"node": "13.7.0"
},
"scripts": {
"start": "node app.js",
"dev": "concurrently \"nodemon app.js\" \"cd client && yarn start\"",
"heroku-prebuild": "rm -rf public && mkdir public",
"heroku-postbuild": "cd client && npm install && npm run build"
},
"dependencies": {
"axios": "^0.18.1",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.18.3",
"concurrently": "^3.6.0",
"connect-flash": "^0.1.1",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"dotenv": "^5.0.1",
"express": "^4.16.3",
"express-messages": "^1.0.1",
"express-session": "^1.15.6",
"history": "^4.10.1",
"http-errors": "~1.6.2",
"jade": "~1.11.0",
"jsonwebtoken": "^8.3.0",
"moment": "^2.24.0",
"morgan": "^1.9.1",
"mysql": "^2.15.0",
"mysql2": "^1.5.3",
"nightmare": "^3.0.1",
"nodemailer": "4.6.5",
"nodemon": "^1.19.4",
"nvm": "0.0.4",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"react-router-dom": "^4.3.1",
"sequelize": "^4.37.9",
"webpack": "^4.42.0"
}
}