-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 912 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 912 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
{
"name": "dorimiamn-dev",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build --mode client && vite build",
"check": "biome check --write",
"preview": "pnpm run build && wrangler dev",
"deploy": "pnpm run build && wrangler deploy"
},
"dependencies": {
"@tailwindcss/vite": "^4.1.18",
"hono": "^4.11.3",
"honox": "^0.1.52",
"markdown-it": "^14.1.0",
"tailwindcss": "^4.1.18"
},
"devDependencies": {
"@biomejs/biome": "2.3.10",
"@cloudflare/workers-types": "^4.20251225.0",
"@hono/vite-build": "^1.8.0",
"@hono/vite-dev-server": "^0.23.0",
"@hono/vite-ssg": "^0.3.0",
"@shikijs/markdown-it": "^3.20.0",
"@types/markdown-it": "^14.1.2",
"@types/node": "^25.0.3",
"vite": "^7.3.0",
"wrangler": "^4.54.0"
}
}