squash and nuke dev

This commit is contained in:
outfoxxed 2026-02-18 02:40:40 -08:00
parent b2d43ad425
commit f26e76c114
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
93 changed files with 33827 additions and 7831 deletions

View file

@ -1,7 +1,7 @@
{
"name": "quickshell-docs",
"type": "module",
"version": "0.0.1",
"version": "0.1.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
@ -10,33 +10,45 @@
"astro": "astro"
},
"dependencies": {
"@ark-ui/solid": "^3.5.0",
"@astrojs/check": "^0.9.4",
"@astrojs/markdown-remark": "^6.3.1",
"@astrojs/mdx": "^4.2.6",
"@astrojs/sitemap": "^3.4.0",
"@astrojs/solid-js": "^5.0.10",
"@fontsource-variable/rubik": "^5.1.0",
"@astrojs/check": "0.9.6",
"@astrojs/markdown-remark": "6.3.10",
"@astrojs/mdx": "4.3.13",
"@astrojs/sitemap": "3.7.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",
"@types/node": "^20.14.11",
"astro": "^5.7.13",
"astro-breadcrumbs": "^3.3.1",
"@pagefind/default-ui": "^1.4.0",
"@shikijs/rehype": "^3.22.0",
"astro": "5.17.2",
"astro-breadcrumbs": "^3.3.3",
"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",
"typescript": "^5.5.3",
"hastscript": "^9.0.1",
"jsdom": "^28.1.0",
"rehype": "^13.0.2",
"remark-github-blockquote-alert": "^2.0.1",
"solid-js": "^1.9.11",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0"
"unist-util-visit": "^5.1.0"
},
"devDependencies": {
"@astrojs/ts-plugin": "^1.10.3",
"@biomejs/biome": "^1.8.3",
"pagefind": "^1.1.1"
"@astrojs/ts-plugin": "1.10.6",
"@babel/core": "^7.29.0",
"@babel/plugin-syntax-typescript": "^7.28.6",
"@biomejs/biome": "^2.3.15",
"@types/babel__core": "^7.20.5",
"@types/hast": "^3.0.4",
"@types/jsdom": "^27.0.0",
"@types/mdast": "^4.0.4",
"@types/node": "^25.2.3",
"@types/unist": "^3.0.3",
"baseline-browser-mapping": "^2.9.19",
"jsonc-parser": "^3.3.1",
"pagefind": "^1.4.0",
"shiki": "^3.22.0",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"vite": "^7.3.1"
},
"packageManager": "yarn@4.5.0"
"packageManager": "yarn@4.12.0"
}