quickshell-web/package.json
outfoxxed ab2a9ca7ed
use only one markdown processing pipeline
Removes marked in favor of remark which is already used by astro.
2024-10-08 20:42:05 -07:00

39 lines
1 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": {
"@ark-ui/solid": "^3.5.0",
"@astrojs/check": "^0.9.3",
"@astrojs/mdx": "^3.1.7",
"@astrojs/solid-js": "^4.4.2",
"@pagefind/default-ui": "^1.1.1",
"@types/node": "^20.14.11",
"astro": "^4.15.9",
"astro-breadcrumbs": "^2.3.1",
"node": "npm:22.7.0",
"rehype-stringify": "^10.0.1",
"remark-github-blockquote-alert": "^1.2.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.1",
"solid-devtools": "^0.30.1",
"solid-js": "^1.8.18",
"typescript": "^5.5.3",
"unified": "^11.0.5"
},
"devDependencies": {
"@astrojs/ts-plugin": "^1.10.2",
"@biomejs/biome": "^1.8.3",
"@hbsnow/rehype-sectionize": "^1.0.7",
"pagefind": "^1.1.1",
"shiki": "^1.11.0"
},
"packageManager": "yarn@4.5.0"
}