forked from RAnderso0325/react-calendar-app
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
34 lines (34 loc) · 869 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
{
"name": "ProlifiCal",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"heroku-postbuild": "cd client && npm install --only=dev && npm install && npm run build"
},
"dependencies": {
"bcrpyt": "^2.0.0",
"bcrypt": "^1.0.3",
"body-parser": "~1.18.2",
"connect-flash": "^0.1.1",
"cookie-parser": "~1.4.3",
"date-format-lite": "^17.7.0",
"debug": "~2.6.9",
"dotenv": "^4.0.0",
"express": "~4.15.5",
"express-jwt": "^5.3.0",
"express-session": "^1.15.6",
"jsonwebtoken": "^8.1.0",
"mongoose": "^4.12.3",
"morgan": "~1.9.0",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"react-flexbox-grid": "^2.0.0",
"react-router-dom": "^4.2.2",
"react-swipeable-views": "^0.12.10",
"serve-favicon": "~2.4.5"
},
"engines": {
"node": "9.4.1"
}
}