forked from kratika-singh/wear2care
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.24 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
39
40
41
42
43
44
45
46
47
48
49
{
"name": "wear2care",
"version": "1.0.0",
"main": "server.js",
"type": "module",
"scripts": {
"start": "node server.js",
"server": "nodemon server.js",
"client": "npm start --prefix ./client",
"dev": "concurrently \"npm run server\" \"npm run client\""
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@emailjs/browser": "^4.4.1",
"antd": "^5.19.2",
"axios": "^1.7.2",
"bcryptjs": "^2.4.3",
"boxicons": "^2.1.4",
"braintree": "^3.24.0",
"colors": "^1.4.0",
"concurrently": "^8.2.2",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"expess": "^0.0.1-security",
"express": "^4.19.2",
"express-formidable": "^1.2.0",
"jsonwebtoken": "^9.0.2",
"moment": "^2.30.1",
"mongoose": "^8.4.4",
"morgan": "^1.10.0",
"nodemon": "^3.1.4",
"react": "^18.3.1",
"react-bootstrap": "^2.10.4",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.2.1",
"react-router-dom": "^6.24.1",
"react-scripts": "^5.0.1",
"react-sweetalert2": "^0.6.0",
"react-toastify": "^10.0.5",
"slugify": "^1.6.6",
"typewriter-effect": "^2.21.0",
"web-vitals": "^4.2.1"
}
}