2026-02-11 16:49:59 -08:00
|
|
|
{
|
|
|
|
|
"name": "landing",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"version": "0.0.1",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "astro dev",
|
|
|
|
|
"build": "astro build",
|
|
|
|
|
"preview": "astro preview",
|
|
|
|
|
"astro": "astro",
|
|
|
|
|
"lint": "biome check .",
|
|
|
|
|
"lint:fix": "biome check --write .",
|
|
|
|
|
"format": "biome format --write .",
|
|
|
|
|
"format:check": "biome format .",
|
|
|
|
|
"commit": "cz",
|
2026-02-12 00:00:10 -08:00
|
|
|
"deploy": "astro build && wrangler pages deploy",
|
2026-02-11 16:49:59 -08:00
|
|
|
"prepare": "lefthook install"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"astro": "^5.17.1"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@biomejs/biome": "^2.3.10",
|
|
|
|
|
"@commitlint/cli": "^20.2.0",
|
|
|
|
|
"@commitlint/config-conventional": "^20.2.0",
|
|
|
|
|
"commitizen": "^4.3.1",
|
|
|
|
|
"cz-git": "^1.12.0",
|
|
|
|
|
"lefthook": "^2.0.12"
|
|
|
|
|
}
|
|
|
|
|
}
|