forked from Trisha-tech/OnlineBookSales
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.06 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
{
"name": "backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@heroicons/react": "^2.1.3",
"@mui/material": "^5.16.0",
"axios": "^1.7.2",
"backend": "file:",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.3",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"disposable-email-domains": "^1.0.62",
"dotenv": "^16.4.5",
"env": "^0.0.2",
"express": "^4.21.0",
"jsonwebtoken": "^9.0.2",
"mongoose": "^7.6.11",
"nodemailer": "^6.9.15",
"nodemon": "^3.1.7",
"passport": "^0.7.0",
"passport-google-oauth20": "^2.0.0",
"react-router-dom": "^6.26.2",
"validator": "^13.12.0",
"yup": "^1.4.0"
},
"your-frontend": {
"name": "your-frontend",
"version": "0.1.0",
"private": true,
"proxy": "http://localhost:8080"
}
}