This repository has been archived by the owner on Feb 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdeps.ts
25 lines (24 loc) · 1.98 KB
/
deps.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
export { default as csso } from 'https://raw.githubusercontent.com/naiyerasif/lume-plugins/1.0.6/csso/mod.ts'
export { default as dayjs } from 'https://raw.githubusercontent.com/naiyerasif/lume-plugins/1.0.6/dayjs/mod.ts'
export { default as postcssPresetEnv } from 'https://esm.sh/postcss-preset-env@7.8.0'
export { default as rehypeAutolinkHeadings } from 'https://esm.sh/rehype-autolink-headings@6.1.1'
export { default as rehypeExternalLinks } from 'https://esm.sh/rehype-external-links@2.0.1'
export { default as rehypeExtractToc } from 'https://esm.sh/@stefanprobst/rehype-extract-toc@2.2.0'
export { default as rehypeInferReadingTime } from 'https://esm.sh/rehype-infer-reading-time-meta@1.1.0'
export { default as rehypeSlugify } from 'https://esm.sh/@microflash/rehype-slugify@1.0.0'
export { default as rehypeStringify } from 'https://esm.sh/rehype-stringify@9.0.3'
export { default as remarkDirective } from 'https://esm.sh/remark-directive@2.0.1'
export { default as remarkFigCaption } from 'https://esm.sh/@microflash/remark-figure-caption@1.0.0'
export { default as remarkGfm } from 'https://esm.sh/remark-gfm@3.0.1'
export { default as remarkParse } from 'https://esm.sh/remark-parse@10.0.1'
export { default as remarkRehype } from 'https://esm.sh/remark-rehype@10.1.0'
export { default as remarkSmartyPants } from 'https://esm.sh/remark-smartypants@2.0.0'
export { default as remarkStarryNight } from 'https://esm.sh/@microflash/remark-starry-night@2.0.1'
export * as feed from 'https://esm.sh/feed@4.2.2'
export * as hastscript from 'https://esm.sh/hastscript@7.0.2'
export * as nlcstToString from 'https://esm.sh/nlcst-to-string@3.1.0'
export * as slugify from 'https://esm.sh/@sindresorhus/slugify@2.1.0'
export * as unified from 'https://esm.sh/unified@10.1.2'
export * as unistUtilVisit from 'https://esm.sh/unist-util-visit@4.1.1'
export type { FeedOptions, Item as FeedItem } from 'https://esm.sh/feed@4.2.2'
export type { Options as SlugifyOptions } from 'https://esm.sh/@sindresorhus/slugify@2.1.0'