forked from dhruvilshah191999/Crossify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 980 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
31
32
33
34
35
36
37
38
39
{
"name": "final-project",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"nodemon": "nodemon server",
"crossify": "npm start --prefix crossify",
"dev": "concurrently \"npm run nodemon\" \"npm run crossify\" "
},
"dependencies": {
"bcryptjs": "^2.4.3",
"config": "^3.3.3",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"crypto-js": "^4.0.0",
"debug": "~2.6.9",
"dotenv": "^8.2.0",
"ejs": "~2.6.1",
"express": "~4.16.1",
"express-validator": "^6.7.0",
"handlebars": "^4.7.7",
"http-errors": "~1.6.3",
"jsonwebtoken": "^8.5.1",
"mailgun-js": "^0.22.0",
"moment": "^2.29.1",
"mongoose": "^5.11.2",
"morgan": "~1.9.1",
"nodemailer": "^6.5.0",
"passport": "^0.4.1",
"passport-facebook": "^3.0.0",
"socket.io": "^4.0.1"
},
"devDependencies": {
"concurrently": "^5.3.0",
"nodemon": "^2.0.7",
"webpack-dev-server": "^3.11.0"
}
}