-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 770 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 770 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
{
"name": "meanImageEditor",
"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": {
"bcrypt": "^1.0.3",
"body-parser": "~1.18.2",
"connect-flash": "^0.1.1",
"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",
"request": "^2.83.0",
"serve-favicon": "~2.4.5"
}
}