Files
kb-anhonesthost/package.json

30 lines
711 B
JSON
Raw Normal View History

{
"name": "kb-anhonesthost",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"check": "astro check",
"screenshots": "tsx tools/screenshots/run.ts",
"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",
"@types/node": "^25.8.0",
"playwright": "^1.60.0",
"tsx": "^4.22.1",
"typescript": "^6.0.3"
}
}