forked from fransiscushermanto/Chatter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.18 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
41
42
43
44
{
"name": "chatter",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"heroku-postbuild": "cd client && npm install && npm run build",
"dev": "cross-env NODE_ENV=test nodemon index.js",
"start": "nodemon index.js",
"client-dev": "npm start --prefix client",
"start-dev": "concurrently \"npm run dev\" \"npm run client-dev\" "
},
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^4.0.0",
"body-parser": "^1.19.0",
"concurrently": "^5.1.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-favicon": "^2.0.1",
"express-promise-router": "^3.0.3",
"favicon": "0.0.2",
"joi": "^14.3.1",
"json-stringify-safe": "^5.0.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.9.2",
"morgan": "^1.9.1",
"passport": "^0.4.1",
"passport-facebook": "^3.0.0",
"passport-facebook-token": "^3.3.0",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"passport-token-google": "^0.1.4",
"socket-io": "^1.0.0",
"socket.io": "^2.3.0",
"soket.io": "0.0.1-security"
},
"devDependencies": {
"cross-env": "^7.0.1",
"nodemon": "^2.0.2"
}
}