-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.07 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.07 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
35
36
37
38
{
"private": true,
"type": "module",
"scripts": {
"build": "qwik build",
"build.client": "vite build",
"build.server": "vite build -c adapters/cloudflare-pages/vite.config.ts",
"deploy": "wrangler pages deploy ./dist",
"dev": "vite --mode ssr",
"postinstall": "lefthook install",
"serve": "wrangler pages dev ./dist --compatibility-flags=nodejs_als"
},
"devDependencies": {
"@biomejs/biome": "^1.8.0",
"@builder.io/qwik": "^1.5.5",
"@builder.io/qwik-city": "^1.5.5",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@digital-go-jp/tailwind-theme-plugin": "^0.1.15",
"@iconify-json/carbon": "^1.1.34",
"@iconify/tailwind": "^1.1.1",
"@qwik-ui/headless": "^0.4.4",
"@tailwindcss/typography": "^0.5.13",
"@types/node": "^20.14.2",
"autoprefixer": "^10.4.19",
"lefthook": "^1.6.15",
"postcss": "^8.4.38",
"sort-package-json": "^2.10.0",
"tailwindcss": "3.4.19",
"vite": "^5.2.12",
"vite-tsconfig-paths": "^4.3.2",
"wrangler": "^3.59.0"
},
"packageManager": "pnpm@9.15.9",
"volta": {
"node": "22.21.1"
}
}