[site][s]: @flowershow/remark-callouts -> @portaljs/remark-callouts
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
import matter from "gray-matter";
|
import matter from "gray-matter";
|
||||||
import mdxmermaid from "mdx-mermaid";
|
import mdxmermaid from "mdx-mermaid";
|
||||||
import { h } from "hastscript";
|
import { h } from "hastscript";
|
||||||
import remarkCallouts from "@flowershow/remark-callouts";
|
import remarkCallouts from "@portaljs/remark-callouts";
|
||||||
import remarkEmbed from "@flowershow/remark-embed";
|
import remarkEmbed from "@flowershow/remark-embed";
|
||||||
import remarkGfm from "remark-gfm";
|
import remarkGfm from "remark-gfm";
|
||||||
import remarkMath from "remark-math";
|
import remarkMath from "remark-math";
|
||||||
|
|||||||
22
site/package-lock.json
generated
22
site/package-lock.json
generated
@@ -9,13 +9,13 @@
|
|||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@flowershow/markdowndb": "^0.1.1",
|
"@flowershow/markdowndb": "^0.1.1",
|
||||||
"@flowershow/remark-callouts": "^1.0.0",
|
|
||||||
"@flowershow/remark-embed": "^1.0.0",
|
"@flowershow/remark-embed": "^1.0.0",
|
||||||
"@flowershow/remark-wiki-link": "^1.0.1",
|
"@flowershow/remark-wiki-link": "^1.0.1",
|
||||||
"@headlessui/react": "^1.3.0",
|
"@headlessui/react": "^1.3.0",
|
||||||
"@heroicons/react": "^1.0.3",
|
"@heroicons/react": "^1.0.3",
|
||||||
"@mdx-js/loader": "^2.3.0",
|
"@mdx-js/loader": "^2.3.0",
|
||||||
"@portaljs/core": "^1.0.3",
|
"@portaljs/core": "^1.0.3",
|
||||||
|
"@portaljs/remark-callouts": "^1.0.4",
|
||||||
"axios": "^1.3.6",
|
"axios": "^1.3.6",
|
||||||
"clsx": "^1.2.1",
|
"clsx": "^1.2.1",
|
||||||
"gray-matter": "^4.0.3",
|
"gray-matter": "^4.0.3",
|
||||||
@@ -583,16 +583,6 @@
|
|||||||
"url": "https://opencollective.com/unified"
|
"url": "https://opencollective.com/unified"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@flowershow/remark-callouts": {
|
|
||||||
"version": "1.0.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/@flowershow/remark-callouts/-/remark-callouts-1.0.0.tgz",
|
|
||||||
"integrity": "sha512-zzHDpw1bswTTf+cbhNh2Bogf4ghpIcxAypFxYZxZ/afeGdN3NNSQwnamL8StY9uu6aQ/miq4Egbuof3xk2ksWA==",
|
|
||||||
"dependencies": {
|
|
||||||
"mdast-util-from-markdown": "^1.2.0",
|
|
||||||
"svg-parser": "^2.0.4",
|
|
||||||
"unist-util-visit": "^4.1.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/@flowershow/remark-embed": {
|
"node_modules/@flowershow/remark-embed": {
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/@flowershow/remark-embed/-/remark-embed-1.0.0.tgz",
|
"resolved": "https://registry.npmjs.org/@flowershow/remark-embed/-/remark-embed-1.0.0.tgz",
|
||||||
@@ -1105,6 +1095,16 @@
|
|||||||
"url": "https://opencollective.com/unified"
|
"url": "https://opencollective.com/unified"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/@portaljs/remark-callouts": {
|
||||||
|
"version": "1.0.4",
|
||||||
|
"resolved": "https://registry.npmjs.org/@portaljs/remark-callouts/-/remark-callouts-1.0.4.tgz",
|
||||||
|
"integrity": "sha512-Bijqw1HhUfubxpsEIjxHisEe0XirZn9/lZ0rKL6x/BF8flpyCS/k28TqljlLxzZazDVNP74mrR4kUqqUSpqG0A==",
|
||||||
|
"dependencies": {
|
||||||
|
"mdast-util-from-markdown": "^1.2.0",
|
||||||
|
"svg-parser": "^2.0.4",
|
||||||
|
"unist-util-visit": "^4.1.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/@radix-ui/react-compose-refs": {
|
"node_modules/@radix-ui/react-compose-refs": {
|
||||||
"version": "1.0.1",
|
"version": "1.0.1",
|
||||||
"resolved": "https://registry.npmjs.org/@radix-ui/react-compose-refs/-/react-compose-refs-1.0.1.tgz",
|
"resolved": "https://registry.npmjs.org/@radix-ui/react-compose-refs/-/react-compose-refs-1.0.1.tgz",
|
||||||
|
|||||||
@@ -11,13 +11,13 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@flowershow/markdowndb": "^0.1.1",
|
"@flowershow/markdowndb": "^0.1.1",
|
||||||
"@flowershow/remark-callouts": "^1.0.0",
|
|
||||||
"@flowershow/remark-embed": "^1.0.0",
|
"@flowershow/remark-embed": "^1.0.0",
|
||||||
"@flowershow/remark-wiki-link": "^1.0.1",
|
"@flowershow/remark-wiki-link": "^1.0.1",
|
||||||
"@headlessui/react": "^1.3.0",
|
"@headlessui/react": "^1.3.0",
|
||||||
"@heroicons/react": "^1.0.3",
|
"@heroicons/react": "^1.0.3",
|
||||||
"@mdx-js/loader": "^2.3.0",
|
"@mdx-js/loader": "^2.3.0",
|
||||||
"@portaljs/core": "^1.0.3",
|
"@portaljs/core": "^1.0.3",
|
||||||
|
"@portaljs/remark-callouts": "^1.0.4",
|
||||||
"axios": "^1.3.6",
|
"axios": "^1.3.6",
|
||||||
"clsx": "^1.2.1",
|
"clsx": "^1.2.1",
|
||||||
"gray-matter": "^4.0.3",
|
"gray-matter": "^4.0.3",
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
@import "@flowershow/remark-callouts/styles.css";
|
@import "@portaljs/remark-callouts/styles.css";
|
||||||
@import './prism.css';
|
@import './prism.css';
|
||||||
|
|
||||||
html,
|
html,
|
||||||
|
|||||||
@@ -3,8 +3,8 @@
|
|||||||
"baseUrl": ".",
|
"baseUrl": ".",
|
||||||
"paths": {
|
"paths": {
|
||||||
"@portaljs/core": ["node_modules/@portaljs/core/dist/src"],
|
"@portaljs/core": ["node_modules/@portaljs/core/dist/src"],
|
||||||
"@flowershow/remark-callouts": [
|
"@portaljs/remark-callouts": [
|
||||||
"node_modules/@flowershow/remark-callouts/dist/src"
|
"node_modules/@portaljs/remark-callouts/dist/src"
|
||||||
],
|
],
|
||||||
"@flowershow/remark-embed": [
|
"@flowershow/remark-embed": [
|
||||||
"node_modules/@flowershow/remark-embed/dist/src"
|
"node_modules/@flowershow/remark-embed/dist/src"
|
||||||
|
|||||||
Reference in New Issue
Block a user