mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-21 21:45:42 -05:00
chore: remove 24 plugin-only dependencies from package.json
Remove dependencies that are only used by plugins and already bundled into their dist files via devDependencies/tsup. This reduces the install footprint by ~136 packages. Removed: flexsearch, github-slugger (kept - needed by @quartz-community/utils), gray-matter, hast-util-to-html, hast-util-to-string, is-absolute-url, js-yaml, mdast-util-find-and-replace, mdast-util-to-hast, mdast-util-to-string, reading-time, rehype-autolink-headings, rehype-citation, rehype-katex, rehype-mathjax, rehype-pretty-code, rehype-raw, rehype-slug, remark-breaks, remark-frontmatter, remark-gfm, remark-math, remark-smartypants, satori, toml, @types/js-yaml. Kept native-binary deps: sharp, @napi-rs/simple-git, @myriaddreamin/rehype-typst (cannot be bundled by plugins).
This commit is contained in:
parent
94cb313ce6
commit
13a25cbfaf
1715
package-lock.json
generated
1715
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
25
package.json
25
package.json
@ -45,48 +45,24 @@
|
|||||||
"async-mutex": "^0.5.0",
|
"async-mutex": "^0.5.0",
|
||||||
"chokidar": "^5.0.0",
|
"chokidar": "^5.0.0",
|
||||||
"esbuild-sass-plugin": "^3.6.0",
|
"esbuild-sass-plugin": "^3.6.0",
|
||||||
"flexsearch": "^0.8.205",
|
|
||||||
"github-slugger": "^2.0.0",
|
"github-slugger": "^2.0.0",
|
||||||
"globby": "^16.1.0",
|
"globby": "^16.1.0",
|
||||||
"gray-matter": "^4.0.3",
|
|
||||||
"hast-util-to-html": "^9.0.5",
|
|
||||||
"hast-util-to-jsx-runtime": "^2.3.6",
|
"hast-util-to-jsx-runtime": "^2.3.6",
|
||||||
"hast-util-to-string": "^3.0.1",
|
|
||||||
"is-absolute-url": "^5.0.0",
|
|
||||||
"isomorphic-git": "^1.36.3",
|
"isomorphic-git": "^1.36.3",
|
||||||
"js-yaml": "^4.1.1",
|
|
||||||
"lightningcss": "^1.31.1",
|
"lightningcss": "^1.31.1",
|
||||||
"mdast-util-find-and-replace": "^3.0.2",
|
|
||||||
"mdast-util-to-hast": "^13.2.1",
|
|
||||||
"mdast-util-to-string": "^4.0.0",
|
|
||||||
"micromorph": "^0.4.5",
|
"micromorph": "^0.4.5",
|
||||||
"minimatch": "^10.1.1",
|
"minimatch": "^10.1.1",
|
||||||
"preact": "^10.28.2",
|
"preact": "^10.28.2",
|
||||||
"preact-render-to-string": "^6.6.5",
|
"preact-render-to-string": "^6.6.5",
|
||||||
"pretty-bytes": "^7.1.0",
|
"pretty-bytes": "^7.1.0",
|
||||||
"pretty-time": "^1.1.0",
|
"pretty-time": "^1.1.0",
|
||||||
"reading-time": "^1.5.0",
|
|
||||||
"rehype-autolink-headings": "^7.1.0",
|
|
||||||
"rehype-citation": "^2.3.1",
|
|
||||||
"rehype-katex": "^7.0.1",
|
|
||||||
"rehype-mathjax": "^7.1.0",
|
|
||||||
"rehype-pretty-code": "^0.14.1",
|
|
||||||
"rehype-raw": "^7.0.0",
|
|
||||||
"rehype-slug": "^6.0.0",
|
|
||||||
"remark-breaks": "^4.0.0",
|
|
||||||
"remark-frontmatter": "^5.0.0",
|
|
||||||
"remark-gfm": "^4.0.1",
|
|
||||||
"remark-math": "^6.0.0",
|
|
||||||
"remark-parse": "^11.0.0",
|
"remark-parse": "^11.0.0",
|
||||||
"remark-rehype": "^11.1.2",
|
"remark-rehype": "^11.1.2",
|
||||||
"remark-smartypants": "^3.0.2",
|
|
||||||
"rfdc": "^1.4.1",
|
"rfdc": "^1.4.1",
|
||||||
"satori": "^0.19.1",
|
|
||||||
"serve-handler": "^6.1.6",
|
"serve-handler": "^6.1.6",
|
||||||
"sharp": "^0.34.5",
|
"sharp": "^0.34.5",
|
||||||
"source-map-support": "^0.5.21",
|
"source-map-support": "^0.5.21",
|
||||||
"to-vfile": "^8.0.0",
|
"to-vfile": "^8.0.0",
|
||||||
"toml": "^3.0.0",
|
|
||||||
"unified": "^11.0.5",
|
"unified": "^11.0.5",
|
||||||
"unist-util-visit": "^5.1.0",
|
"unist-util-visit": "^5.1.0",
|
||||||
"vfile": "^6.0.3",
|
"vfile": "^6.0.3",
|
||||||
@ -99,7 +75,6 @@
|
|||||||
"@quartz-community/types": "github:quartz-community/types",
|
"@quartz-community/types": "github:quartz-community/types",
|
||||||
"@quartz-community/utils": "github:quartz-community/utils",
|
"@quartz-community/utils": "github:quartz-community/utils",
|
||||||
"@types/hast": "^3.0.4",
|
"@types/hast": "^3.0.4",
|
||||||
"@types/js-yaml": "^4.0.9",
|
|
||||||
"@types/node": "^25.0.10",
|
"@types/node": "^25.0.10",
|
||||||
"@types/pretty-time": "^1.1.5",
|
"@types/pretty-time": "^1.1.5",
|
||||||
"@types/source-map-support": "^0.5.10",
|
"@types/source-map-support": "^0.5.10",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user