-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 817 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 817 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
{
"name": "auth",
"version": "0.0.0",
"private": true,
"scripts": {
"deploy": "wrangler deploy",
"dev": "wrangler dev",
"start": "wrangler dev",
"test": "vitest",
"cf-typegen": "wrangler types"
},
"devDependencies": {
"@cloudflare/vitest-pool-workers": "^0.5.2",
"@cloudflare/workers-types": "^4.20241205.0",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"react-email": "3.0.6",
"typescript": "^5.5.2",
"vitest": "2.1.8",
"wrangler": "^3.60.3"
},
"dependencies": {
"@faker-js/faker": "^9.3.0",
"@hono/zod-openapi": "^0.18.3",
"@hono/zod-validator": "^0.4.2",
"@react-email/components": "0.0.32",
"hono": "^4.6.14",
"react": "19.0.0",
"react-dom": "19.0.0",
"resend": "^4.0.1",
"uuid": "^11.0.3"
}
}