-
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.09 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.09 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": "shortin-v3-rev",
"type": "module",
"scripts": {
"dev": "vite --port 3000",
"build": "vite build",
"cf:preview": "$npm_execpath run build && vite preview",
"cf:deploy": "$npm_execpath run build && wrangler deploy",
"cf-typegen": "wrangler types --env-interface CloudflareBindings",
"test": "vitest",
"test:ci": "vitest run",
"test:coverage": "vitest run --coverage",
"up-latest": "pnpm up -L"
},
"dependencies": {
"@fontsource-variable/plus-jakarta-sans": "^5.2.8",
"@tailwindcss/vite": "^4.1.18",
"hono": "^4.11.4",
"qrcode": "^1.5.4",
"tailwindcss": "^4.1.18"
},
"devDependencies": {
"@cloudflare/vite-plugin": "^1.21.0",
"@types/node": "^25.0.8",
"@types/qrcode": "^1.5.6",
"@vitest/coverage-v8": "^4.0.17",
"jsdom": "^27.4.0",
"vite": "^7.3.1",
"vite-ssr-components": "^0.5.2",
"vitest": "^4.0.17",
"wrangler": "^4.59.2"
},
"packageManager": "pnpm@10.18.0+sha512.e804f889f1cecc40d572db084eec3e4881739f8dec69c0ff10d2d1beff9a4e309383ba27b5b750059d7f4c149535b6cd0d2cb1ed3aeb739239a4284a68f40cfa"
}