-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 961 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 961 Bytes
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
{
"name": "backend-fastify",
"module": "index.ts",
"type": "module",
"private": true,
"devDependencies": {
"@types/bun": "latest",
"@types/jsonwebtoken": "^9.0.10",
"type-fest": "^5.3.1"
},
"peerDependencies": {
"typescript": "^5"
},
"dependencies": {
"@adminjs/fastify": "^4.2.0",
"@adminjs/mongoose": "^4.1.0",
"@aws-sdk/client-s3": "^3.958.0",
"@aws-sdk/lib-storage": "^3.958.0",
"@aws-sdk/s3-request-presigner": "^3.958.0",
"@fastify/swagger": "^9.6.1",
"@fastify/swagger-ui": "^5.2.3",
"adminjs": "^7.8.17",
"argon2": "^0.44.0",
"cli-table3": "^0.6.5",
"commander": "^14.0.2",
"dotenv": "^17.2.3",
"fastify": "^5.6.2",
"pino-pretty": "^11.2.1",
"jsonwebtoken": "^9.0.3",
"mitt": "^3.0.1",
"mongodb": "^7.0.0",
"mongoose": "^9.0.2",
"fastify-type-provider-zod": "^6.1.0",
"zod": "^4.3.4",
"uuid": "^13.0.0",
"winston": "^3.19.0"
}
}