-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (33 loc) · 874 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (33 loc) · 874 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": "dev-connector",
"version": "1.0.0",
"description": "dev connector for developers",
"main": "server.js",
"scripts": {
"client-install":"npm install -- prefix front-end ",
"start": "node server.js",
"server": " nodemon server.js",
"client":"npm start --prefix front-end",
"dev":"concurrently \"npm run server\" \"npm run client\""
},
"author": "Abdul-rehman",
"license": "ISC",
"dependencies": {
"@material-ui/core": "^4.12.4",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
"express": "^4.18.2",
"gravatar": "^1.8.2",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.11.3",
"passport": "^0.5.3",
"passport-jwt": "^4.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"validator": "^13.9.0"
},
"devDependencies": {
"nodemon": "^2.0.22",
"save": "^2.4.0"
}
}