2026-05-17 10:24:47 -07:00
|
|
|
{
|
|
|
|
|
"name": "kb-anhonesthost",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"version": "0.0.1",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "astro dev",
|
|
|
|
|
"start": "astro dev",
|
|
|
|
|
"build": "astro build",
|
|
|
|
|
"preview": "astro preview",
|
2026-05-17 10:26:59 -07:00
|
|
|
"check": "astro check",
|
2026-05-17 10:36:32 -07:00
|
|
|
"screenshots": "tsx tools/screenshots/run.ts",
|
2026-05-17 10:24:47 -07:00
|
|
|
"astro": "astro"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@astrojs/sitemap": "^3.7.2",
|
|
|
|
|
"@astrojs/starlight": "^0.39.2",
|
|
|
|
|
"@fontsource-variable/inter": "^5.2.8",
|
|
|
|
|
"@fontsource-variable/jetbrains-mono": "^5.2.8",
|
|
|
|
|
"astro": "^6.3.1",
|
|
|
|
|
"sharp": "^0.34.5"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@astrojs/check": "^0.9.9",
|
2026-05-17 10:36:32 -07:00
|
|
|
"@types/node": "^25.8.0",
|
|
|
|
|
"playwright": "^1.60.0",
|
|
|
|
|
"tsx": "^4.22.1",
|
2026-05-17 10:24:47 -07:00
|
|
|
"typescript": "^6.0.3"
|
|
|
|
|
}
|
|
|
|
|
}
|