project done

This commit is contained in:
QkoSad
2022-11-07 17:15:55 +02:00
commit 543d271672
68 changed files with 37051 additions and 0 deletions
+31
View File
@@ -0,0 +1,31 @@
{
"name": "mern-stack-front-to-back",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"start": "node server",
"server": "nodemon server",
"client": "npm start --prefix client --trace-depracation",
"dev": "concurrently \"npm run server\" \"npm run client\""
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.1.3",
"bcryptjs": "^2.4.3",
"config": "^3.3.8",
"express": "^4.18.2",
"express-validator": "^6.14.2",
"gravatar": "^1.8.2",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.6.5",
"normalize-url": "^5.0.0",
"request": "^2.88.2",
"uuid": "^9.0.0"
},
"devDependencies": {
"concurrently": "^7.4.0",
"nodemon": "^2.0.20"
}
}