-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 910 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
35
36
37
38
{
"name": "plateforme-recrutement",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node bin/www",
"start:dev": "npx nodemon",
"test": "jest --detectOpenHandles"
},
"dependencies": {
"axios": "^1.4.0",
"body-parser": "^1.20.2",
"bootstrap": "^5.3.0",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"debug": "~2.6.9",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-fileupload": "^1.4.0",
"express-flash": "^0.0.2",
"express-mysql-session": "^3.0.0",
"express-session": "^1.17.3",
"http-errors": "~1.6.3",
"jest": "^29.5.0",
"morgan": "~1.9.1",
"mysql": "^2.18.1",
"mysql2": "^3.3.3",
"passport": "^0.6.0",
"passport-local": "^1.0.0",
"save-dev": "^0.0.1-security",
"uuid": "^9.0.0"
},
"devDependencies": {
"nodemon": "^2.0.22",
"supertest": "^6.3.3"
}
}