forked from EKEC-crew/BE
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.23 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.23 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
{
"name": "umc_ekec",
"type": "module",
"version": "1.0.0",
"description": "umc ekec",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/index.js",
"dev": "nodemon src/index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@prisma/client": "^6.11.1",
"@quixo3/prisma-session-store": "^3.1.13",
"aws-sdk": "^2.1692.0",
"axios": "^1.10.0",
"bcrypt": "^6.0.0",
"bcryptjs": "^3.0.2",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"date-fns": "^4.1.0",
"date-fns-tz": "^3.2.0",
"dotenv": "^17.2.0",
"events": "^3.3.0",
"express": "^5.1.0",
"express-session": "^1.18.1",
"http-status-codes": "^2.3.0",
"jsonwebtoken": "^9.0.2",
"luxon": "^3.7.1",
"multer": "^2.0.2",
"multer-s3": "^3.0.1",
"node-cron": "^4.2.1",
"passport": "^0.7.0",
"passport-google-oauth20": "^2.0.0",
"passport-jwt": "^4.0.1",
"passport-kakao": "^1.0.1",
"passport-naver-v2": "^2.0.8",
"swagger-autogen": "^2.23.7",
"swagger-ui-express": "^5.0.1",
"uuid": "^11.1.0"
},
"devDependencies": {
"http-proxy-middleware": "^3.0.5",
"nodemon": "^3.1.10",
"prisma": "^6.11.1"
}
}