quickshell-web/package.json

51 lines
1.4 KiB
JSON

{
"name": "quickshell-docs",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "0.9.5",
"@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.2.8",
"@hbsnow/rehype-sectionize": "^1.0.7",
"@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-util-from-html": "^2.0.3",
"hastscript": "^9.0.1",
"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"
},
"devDependencies": {
"@astrojs/ts-plugin": "1.10.5",
"@babel/core": "^7.28.5",
"@babel/plugin-syntax-typescript": "^7.27.1",
"@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"
}