-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.6 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.6 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "matching_project",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "cross-env NODE_ENV=production PORT=8000 nodemon app.js",
"dev": "nodemon --exec babel-node app.js",
"test": "jest"
},
"author": "choo",
"license": "MIT",
"dependencies": {
"@aws-sdk/client-s3": "^3.498.0",
"@prisma/client": "^5.10.2",
"@socket.io/redis-adapter": "^8.2.1",
"aws-sdk": "^2.1542.0",
"axios": "^1.6.8",
"bcrypt": "^5.1.1",
"body-parser": "^1.20.2",
"cookie-parser": "^1.4.6",
"cross-env": "^7.0.3",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-session": "^1.17.3",
"express-validator": "^7.0.1",
"firebase-admin": "^12.0.0",
"helmet": "^7.1.0",
"hpp": "^0.2.3",
"jsonwebtoken": "^9.0.2",
"moment-timezone": "^0.5.45",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"multer-s3": "^2.10.0",
"mysql": "^2.18.1",
"mysql2": "^3.6.5",
"nodemailer": "^6.9.8",
"nunjucks": "^3.2.4",
"passport": "^0.7.0",
"passport-local": "^1.0.0",
"pm2": "^5.3.0",
"redis": "^4.6.12",
"sequelize": "^6.37.2",
"sequelize-cli": "^6.6.2",
"socket.io": "^4.7.3",
"swagger-autogen": "^2.23.7",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.0"
},
"devDependencies": {
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.7",
"@babel/node": "^7.22.19",
"@babel/preset-env": "^7.23.8",
"@babel/register": "^7.23.7",
"nodemon": "^3.0.2",
"prisma": "^5.10.2"
},
"babel": {
"presets": [
"@babel/preset-env"
]
}
}