-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.13 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.13 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
{
"name": "img-compress",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "$npm_execpath run build && vite preview",
"deploy": "$npm_execpath run build && wrangler deploy",
"biome:format": "biome format src/ --write",
"biome:lint": "biome lint src/ --write",
"biome:lint:ci": "biome lint src/",
"test": "vitest",
"test:ci": "vitest run --coverage --reporter=verbose",
"test:coverage": "vitest run --coverage",
"cf-typegen": "wrangler types --env-interface CloudflareBindings"
},
"dependencies": {
"@tailwindcss/vite": "^4.1.18",
"hono": "^4.11.9",
"tailwindcss": "^4.1.18"
},
"devDependencies": {
"@biomejs/biome": "2.4.2",
"@cloudflare/vite-plugin": "^1.2.3",
"@types/node": "^25.2.3",
"@vitest/coverage-v8": "^4.0.18",
"daisyui": "^5.5.18",
"vite": "^6.3.5",
"vite-ssr-components": "^0.5.2",
"vitest": "^4.0.18",
"wrangler": "^4.17.0"
},
"packageManager": "pnpm@10.29.3+sha512.498e1fb4cca5aa06c1dcf2611e6fafc50972ffe7189998c409e90de74566444298ffe43e6cd2acdc775ba1aa7cc5e092a8b7054c811ba8c5770f84693d33d2dc"
}