You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

51 lines
1.2 KiB

{
"name": "projet-favor-complet",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@reduxjs/toolkit": "^1.9.1",
"axios": "^1.2.2",
"bcrypt": "^5.1.0",
"body-parser": "^1.20.1",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"forwarded": "^0.2.0",
"has-flag": "^5.0.1",
"ip": "^1.1.8",
"ipaddr.js": "^2.0.1",
"is-fullwidth-code-point": "^4.0.0",
"js-cookie": "^3.0.1",
"jsonwebtoken": "^8.5.1",
"lru-cache": "^7.14.1",
"mailgun-js": "^0.22.0",
"media-typer": "^1.1.0",
"mongoose": "^6.6.6",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.0",
"nodemon": "^2.0.20",
"react-dom": "^18.2.0",
"react-redux": "^8.0.5",
"react-router-dom": "^6.6.1",
"react-scripts": "^5.0.1",
"sass": "^1.57.1",
"smart-buffer": "^4.2.0",
"string-width": "^5.1.2",
"supports-color": "^9.3.1",
"tachyons": "^4.12.0",
"tr46": "^3.0.0",
"validator": "^13.7.0",
"web-vitals": "^3.1.0",
"webidl-conversions": "^7.0.0"
}
}