-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 940 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 940 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
35
36
{
"name": "devconnector",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "node app",
"server": "nodemon app",
"client": "npm start --prefix client",
"dev": "concurrently \"npm run server\" \"npm run client\""
},
"author": "DEEPAK KUMRAWAT",
"license": "MIT",
"dependencies": {
"axios": "^0.19.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"config": "^3.2.2",
"connect-flash": "^0.1.1",
"express": "^4.17.1",
"express-fileupload": "^1.1.5",
"express-session": "^1.16.2",
"express-validator": "^6.1.1",
"gravatar": "^1.8.0",
"http-proxy-middleware": "^0.19.1",
"jsonwebtoken": "^8.5.1",
"method-override": "^3.0.0",
"moment": "^2.24.0",
"mongoose": "^5.7.5",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"redux-persist": "^5.10.0",
"request": "^2.88.0",
"concurrently": "^4.1.2"
}
}