-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.21 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "sofash",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"start:dev": "vite",
"build": "vite build",
"tsc": "tsc",
"lint:check": "biome check .",
"lint:write": "biome check --write .",
"lint:write:unsafe": "biome check --write --unsafe .",
"proxy:dev": "ngrok http 5173",
"prepare": "lefthook install"
},
"dependencies": {
"@grammyjs/conversations": "github:grammyjs/conversations",
"@hono/swagger-ui": "^0.5.0",
"@hono/zod-validator": "^0.4.1",
"date-fns": "^4.1.0",
"drizzle-orm": "^0.36.1",
"drizzle-zod": "^0.5.1",
"grammy": "^1.31.2",
"hono": "^4.6.9",
"hono-openapi": "^0.3.1",
"zod": "^3.23.8",
"zod-openapi": "^4.2.2"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@cloudflare/workers-types": "^4.20241112.0",
"@hono/vite-dev-server": "^0.17.0",
"@libsql/client": "^0.14.0",
"@total-typescript/ts-reset": "^0.6.1",
"@types/node": "^22.9.0",
"@vitest/coverage-v8": "^2.1.5",
"dotenv": "^16.4.5",
"drizzle-kit": "^0.28.0",
"lefthook": "^1.7.5",
"tsx": "^4.19.2",
"typescript": "^5.6.3",
"vite": "^5.4.11",
"vitest": "^2.1.5",
"wrangler": "^3.86.0"
},
"engines": {
"node": ">=22"
},
"os": [
"darwin",
"linux"
]
}