{
"name": "website",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "astro dev",
"build": "astro build && pagefind --site dist",
"preview": "astro preview",
"check": "astro check"
},
"devDependencies": {
"pagefind": "^1.4.0",
"remark-gfm": "^4.0.1",
"remark-github-blockquote-alert": "^2.0.0",
"vite": "^7.2.4"
},
"dependencies": {
"@fontsource/jetbrains-mono": "^5.2.8",
"@fontsource/outfit": "^5.2.8",
"@fontsource/plus-jakarta-sans": "^5.2.8",
"astro": "^5.16.4",
"highlight.js": "^11.11.1",
"three": "^0.181.2"
}
}