-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 992 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
39
{
"name": "jumoj_elkhel",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@sentry/node": "^8.28.0",
"@sentry/profiling-node": "^8.28.0",
"@sentry/tracing": "^7.114.0",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express-requesthandler": "^0.0.17",
"express-validator": "^7.2.0",
"firebase-admin": "^12.4.0",
"i18next": "^23.14.0",
"i18next-fs-backend": "^2.3.2",
"i18next-http-middleware": "^3.6.0",
"joi": "^17.13.3",
"jsonwebtoken": "^9.0.2",
"multer": "^1.4.5-lts.1",
"mysql": "^2.18.1",
"mysql2": "^3.11.0",
"nodemon": "^3.1.4",
"pg": "^8.12.0",
"sequelize": "^6.37.3",
"socket.io": "^4.7.5",
"socket.io-client": "^4.8.0",
"trix": "^2.1.5"
}
}