-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 864 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 864 Bytes
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": "Dreamstate",
"version": "0.0.0",
"engines": {
"node": "~8"
},
"private": true,
"scripts": {
"dev": "nodemon app",
"start": "node ./bin/www",
"heroku-postbuild": "cd client && npm install --only=dev && npm install && npm run build"
},
"dependencies": {
"async": "^2.6.0",
"aws-sdk": "^2.188.0",
"bcrypt": "^1.0.3",
"body-parser": "~1.18.2",
"cheerio": "^1.0.0-rc.2",
"connect-flash": "^0.1.1",
"debug": "~2.6.9",
"dotenv": "^4.0.0",
"express": "~4.15.5",
"express-session": "^1.15.6",
"jsonwebtoken": "^8.1.0",
"mdbreact": "^4.1.0",
"mongoose": "^5.11.12",
"morgan": "~1.9.0",
"react-fontawesome": "^1.6.1",
"react-material-ui-form-validator": "^1.1.0",
"react-router-dom": "^4.2.2",
"recharts": "^1.0.0-beta.10",
"serve-favicon": "~2.4.5"
}
}