2023-09-13 16:20:53 +00:00
|
|
|
{
|
|
|
|
"name": "backend",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
|
|
"dev": "nodemon server.js"
|
|
|
|
},
|
|
|
|
"keywords": [],
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
2023-11-18 20:48:12 +00:00
|
|
|
"axios": "^1.6.2",
|
2023-09-13 16:20:53 +00:00
|
|
|
"bcryptjs": "^2.4.3",
|
|
|
|
"body-parser": "^1.20.2",
|
|
|
|
"cookie-session": "^2.0.0",
|
|
|
|
"cors": "^2.8.5",
|
|
|
|
"dotenv": "^16.3.1",
|
|
|
|
"express": "^4.18.2",
|
|
|
|
"express-async-handler": "^1.2.0",
|
|
|
|
"express-session": "^1.17.3",
|
|
|
|
"jsonwebtoken": "^9.0.2",
|
2023-11-18 16:59:43 +00:00
|
|
|
"mongoose": "^7.6.5",
|
2023-09-13 16:20:53 +00:00
|
|
|
"nodemon": "^3.0.1",
|
2023-11-18 16:59:43 +00:00
|
|
|
"validator": "^13.11.0",
|
|
|
|
"y": "^0.3.2"
|
2023-09-13 16:20:53 +00:00
|
|
|
}
|
|
|
|
}
|