-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 965 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 965 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
{
"name": "wa-helper-v2",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"test": "vitest",
"test:ci": "vitest --run --coverage",
"cf:preview": "$npm_execpath run build && vite preview",
"cf:deploy": "$npm_execpath run build && wrangler deploy",
"cf-typegen": "wrangler types --env-interface CloudflareBindings",
"up-latest": "pnpm up -i -L"
},
"dependencies": {
"@fontsource-variable/plus-jakarta-sans": "^5.2.8",
"@tailwindcss/vite": "^4.1.18",
"hono": "^4.11.4",
"tailwindcss": "^4.1.18"
},
"devDependencies": {
"@cloudflare/vite-plugin": "^1.21.0",
"@vitest/coverage-v8": "4.0.17",
"vite": "^7.3.1",
"vite-ssr-components": "^0.5.2",
"vitest": "^4.0.17",
"wrangler": "^4.59.2"
},
"packageManager": "pnpm@10.17.1+sha512.17c560fca4867ae9473a3899ad84a88334914f379be46d455cbf92e5cf4b39d34985d452d2583baf19967fa76cb5c17bc9e245529d0b98745721aa7200ecaf7a"
}