-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.06 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.06 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
{
"name": "backend",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "node build/index.js",
"dev": "tsc-watch --onSuccess \"npm start\""
},
"dependencies": {
"@apollo/server": "^4.12.2",
"@as-integrations/express5": "^1.0.0",
"@aws-sdk/client-s3": "3.832.0",
"@aws-sdk/s3-request-presigner": "3.832.0",
"@prisma/client": "^6.9.0",
"axios": "^1.9.0",
"bcrypt": "^6.0.0",
"body-parser": "^2.2.0",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"dayjs": "^1.11.13",
"dotenv": "^16.5.0",
"express": "^5.1.0",
"google-auth-library": "^9.15.1",
"graphql": "^16.11.0",
"jsonwebtoken": "^9.0.2",
"meilisearch": "^0.50.0",
"pg": "^8.16.0",
"tsx": "^4.19.4"
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/cookie-parser": "^1.4.9",
"@types/cors": "^2.8.18",
"@types/express": "^5.0.2",
"@types/jsonwebtoken": "^9.0.9",
"@types/node": "^22.15.29",
"ts-node": "^10.9.2",
"tsc-watch": "^7.1.1",
"typescript": "^5.8.3"
}
}