-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 881 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": "server",
"version": "1.0.0",
"description": "",
"main": "server/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon server/server.js",
"start": "node server/server.js"
},
"author": "Tahira Batool",
"license": "ISC",
"dependencies": {
"@paypal/react-paypal-js": "^8.3.0",
"@stripe/react-stripe-js": "^2.7.1",
"bcrypt": "^5.1.1",
"bcryptjs": "^2.4.3",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"country-state-city": "^3.2.1",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.3.0",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.13",
"nodemon": "^3.1.4",
"react-icons": "^5.0.1",
"react-lottie": "^1.2.4",
"react-router-dom": "^6.22.3",
"socket.io": "^4.7.5",
"stripe": "^16.2.0"
}
}