-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1010 Bytes
/
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
{
"name": "narou-reader",
"type": "module",
"version": "0.1.0",
"private": true,
"engines": {
"node": "22.x"
},
"scripts": {
"dev": "vite dev",
"build": "vite build --mode client && vite build",
"typecheck": "tsc --noEmit",
"lint": "biome check",
"format": "biome check --write",
"test": "echo no test",
"update": "pnpm update --latest --interactive"
},
"dependencies": {
"@hono/valibot-validator": "0.5.2",
"@tanstack/react-query": "5.64.1",
"hono": "4.6.16",
"react": "18.3.1",
"react-dom": "18.3.1",
"sonner": "1.7.2",
"valibot": "1.0.0-beta.12",
"wouter": "3.3.5"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@cloudflare/workers-types": "4.20250109.0",
"@hono/vite-cloudflare-pages": "0.4.2",
"@hono/vite-dev-server": "0.18.1",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"typescript": "5.7.3",
"vite": "5.4.11",
"vitest": "2.1.8",
"wrangler": "3.103.0"
}
}