bravo six, going insano style

This commit is contained in:
Oleksandr 2025-11-22 05:49:00 +02:00
parent 9b2ec20636
commit 7f75bba052
Signed by: Xanazf
GPG key ID: 821EEC32761AC17C
28 changed files with 8620 additions and 10546 deletions

View file

@ -10,24 +10,22 @@
"astro": "astro"
},
"dependencies": {
"@ark-ui/solid": "^3.5.0",
"@astrojs/check": "0.9.5",
"@astrojs/markdown-remark": "6.3.8",
"@astrojs/mdx": "4.3.10",
"@astrojs/markdown-remark": "6.3.9",
"@astrojs/mdx": "4.3.12",
"@astrojs/sitemap": "3.6.0",
"@astrojs/solid-js": "5.1.3",
"@fontsource-variable/rubik": "^5.1.0",
"@astrojs/solid-js": "^5.1.3",
"@fontsource-variable/rubik": "^5.2.8",
"@hbsnow/rehype-sectionize": "^1.0.7",
"@pagefind/default-ui": "^1.1.1",
"@shikijs/rehype": "^3.4.2",
"astro": "5.15.5",
"@pagefind/default-ui": "^1.4.0",
"@shikijs/rehype": "^3.15.0",
"astro": "5.16.0",
"astro-breadcrumbs": "^3.3.1",
"astro-icon": "^1.1.5",
"hast": "^1.0.0",
"hast-util-from-html": "^2.0.3",
"remark-github-blockquote-alert": "^1.2.1",
"solid-devtools": "^0.30.1",
"solid-js": "^1.8.18",
"rehype": "^13.0.2",
"remark-github-blockquote-alert": "^2.0.0",
"solid-js": "^1.9.10",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0"
},
@ -35,11 +33,18 @@
"@astrojs/ts-plugin": "1.10.5",
"@babel/core": "^7.28.5",
"@babel/plugin-syntax-typescript": "^7.27.1",
"@biomejs/biome": "^1.8.3",
"@types/babel__core": "^7",
"@types/node": "^20.14.11",
"pagefind": "^1.1.1",
"typescript": "^5.9.3"
"@biomejs/biome": "^2.3.7",
"@types/babel__core": "^7.20.5",
"@types/hast": "^3.0.4",
"@types/mdast": "^4.0.4",
"@types/node": "^24.10.1",
"@types/unist": "^3.0.3",
"jsonc-parser": "^3.3.1",
"pagefind": "^1.4.0",
"shiki": "^3.15.0",
"tsx": "^4.20.6",
"typescript": "^5.9.3",
"vite": "^7.2.4"
},
"packageManager": "yarn@4.11.0"
}