-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 987 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
40
{
"name": "server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node dist/index.js",
"dev": "tsc-watch --onSuccess \"pnpm start\"",
"build": "tsc -p ."
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/jsonwebtoken": "^9.0.6",
"@types/response-time": "^2.3.8",
"prisma": "^5.11.0",
"tsc-watch": "^6.0.4"
},
"dependencies": {
"@apollo/server": "^4.10.1",
"@aws-sdk/client-s3": "^3.540.0",
"@aws-sdk/s3-request-presigner": "^3.540.0",
"@prisma/client": "5.11.0",
"axios": "^1.6.8",
"cors": "^2.8.5",
"express": "^4.18.3",
"graphql": "^16.8.1",
"ioredis": "^5.3.2",
"jsonwebtoken": "^9.0.2",
"kafkajs": "^2.2.4",
"prom-client": "^15.1.3",
"response-time": "^2.3.2",
"socket.io": "^4.7.5",
"winston": "^3.14.2",
"winston-loki": "^6.1.2"
}
}