-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1.04 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
{
"name": "doctor-appointment-system",
"version": "1.0.0",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"server": "nodemon server.js",
"client": "npm start --prefix ./client",
"dev": "concurrently \"npm run server\" \"npm run client\""
},
"keywords": [],
"author": "Sakshi",
"license": "MIT",
"description": "Health management System",
"dependencies": {
"@reduxjs/toolkit": "^2.3.0",
"antd": "^5.22.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.3",
"colors": "^1.4.0",
"concurrently": "9.1.0",
"cors": "^2.8.5",
"doctor-appointment-system": "file:",
"dotenv": "^16.4.5",
"eslint-plugin-react-hooks": "^5.1.0-rc-6f0dc294-20241119",
"express": "^4.21.1",
"jsonwebtoken": "^9.0.2",
"mongodb": "^6.10.0",
"mongoose": "^8.8.2",
"morgan": "^1.10.0",
"nodemon": "^3.1.7",
"react-dom": "^18.3.1",
"react-redux": "^9.1.2",
"react-router-dom": "^6.28.0",
"redux": "^5.0.1"
}
}