-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 844 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
{
"name": "backend",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"backend": "npm start",
"frontend": "export DANGEROUSLY_DISABLE_HOST_CHECK=true; npm start --prefix frontend",
"dev": "concurrently \"npm run frontend\" \"npm run backend\"",
"merge": "npm run build --prefix frontend; npm start"
},
"dependencies": {
"concurrently": "^5.1.0",
"cookie-parser": "~1.4.4",
"cookies": "^0.8.0",
"debug": "~2.6.9",
"express": "~4.16.1",
"express-fileupload": "^1.1.7-alpha.1",
"express-mysql-session": "^2.1.4",
"http-errors": "~1.6.3",
"image-type": "^4.1.0",
"is-image": "^3.0.0",
"jade": "~1.11.0",
"jsonwebtoken": "^8.5.1",
"morgan": "~1.9.1",
"mysql": "^2.18.1",
"node-serialize": "0.0.4",
"shortid": "^2.2.15"
}
}