-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathdeps.ts
More file actions
79 lines (41 loc) · 1.12 KB
/
Copy pathdeps.ts
File metadata and controls
79 lines (41 loc) · 1.12 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
export const dependencies = {
"elysia": "^1.4.16",
"typescript": "^5.9.3",
"@types/bun": "^1.3.2",
"@biomejs/biome": "^2.3.5",
"eslint": "^9.39.1",
"eslint-plugin-drizzle": "^0.2.3",
"prisma": "^7.9.1",
"@prisma/client": "^7.9.1",
"drizzle-orm": "^0.44.7",
"drizzle-kit": "^0.31.7",
"pg": "^8.16.3",
"@types/pg": "^8.15.6",
"postgres": "^3.4.7",
"mysql2": "^3.15.3",
husky: "^9.1.7",
"@elysiajs/bearer": "^1.4.1",
"@elysiajs/cors": "^1.4.0",
"@elysiajs/html": "^1.4.0",
"@kitajs/ts-html-plugin": "^4.1.3",
"@elysiajs/jwt": "^1.4.0",
"@elysiajs/server-timing": "^1.4.0",
"@elysiajs/static": "^1.4.6",
"@elysiajs/swagger": "^1.3.1",
"elysia-autoload": "^1.7.0",
"@bogeychan/elysia-logger": "^0.1.10",
"@antfu/eslint-config": "^6.2.0",
"@gramio/init-data": "^0.0.5",
"elysia-oauth2": "^2.1.0",
"arctic": "^3.7.0",
"env-var": "^7.5.0",
"posthog-node": "^5.11.2",
jobify: "^0.1.6",
"ioredis": "^5.8.2",
"@verrou/core": "^0.5.1",
"@aws-sdk/client-s3": "^3.930.0",
"@elysiajs/eden": "^1.4.5",
"ioredis-mock": "^8.13.1",
"@electric-sql/pglite": "^0.3.14",
"gramio": "^0.4.11",
};