-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 878 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
{
"name": "Doc-Appoinment-system",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"server": "nodemon serevr.js",
"client": "npm start --prefix ./client ",
"dev": "concurrently \"npm run server\" \"npm run client\""
},
"keywords": [],
"author": "techinfyt ",
"license": "MIT",
"dependencies": {
"antd": "^5.3.2",
"axios": "^1.3.4",
"bcryptjs": "^2.4.3",
"colors": "^1.4.0",
"concurrently": "^7.6.0",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"jsonwebtoken": "^9.0.0",
"moment": "^2.29.3",
"mongoose": "^6.10.4",
"morgan": "^1.10.0",
"nodemailer": "^6.9.1",
"nodemon": "^2.0.22",
"react-redux": "^8.0.5",
"react-router-dom": "^6.9.0",
"react-scripts": "^5.0.1"
}
}