forked from ElenaOl/rainyday
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
executable file
·40 lines (40 loc) · 1 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
{
"name": "rainydaysavings",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"heroku-postbuild": "cd client && npm install --only=dev && npm install && npm run build"
},
"engines": {
"node": "8.4.0"
},
"dependencies": {
"axios": "^0.17.0",
"bcrypt": "^1.0.3",
"body-parser": "^1.18.2",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.3",
"debug": "^2.6.9",
"dotenv": "^4.0.0",
"express": "^4.15.5",
"express-jwt": "^5.3.0",
"express-session": "^1.15.6",
"jquery": "^3.2.1",
"jsonwebtoken": "^8.1.0",
"moment": "^2.19.1",
"mongoose": "^4.12.4",
"morgan": "^1.9.0",
"papaparse": "^4.3.6",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"react": "^16.0.0",
"react-addons-shallow-compare": "^15.6.2",
"react-dates": "^14.0.0",
"react-dom": "^16.0.0",
"react-dropdown": "^1.3.2",
"react-router-dom": "^4.2.2",
"react-vis": "^1.7.9",
"serve-favicon": "^2.4.5"
}
}