|
9 | 9 | "lint": "next lint" |
10 | 10 | }, |
11 | 11 | "dependencies": { |
| 12 | + "@mdx-js/mdx": "^2.1.1", |
12 | 13 | "clsx": "^1.1.1", |
13 | 14 | "copy-text-to-clipboard": "^3.0.1", |
14 | 15 | "esbuild": "^0.14.36", |
| 16 | + "mdx-bundler": "^9.0.1", |
15 | 17 | "next": "12.1.5", |
16 | 18 | "prism-react-renderer": "^1.3.1", |
17 | 19 | "react": "17.0.2", |
18 | 20 | "react-dom": "17.0.2", |
19 | | - "rehype-katex": "^6.0.2", |
20 | | - "rehype-raw": "^6.1.1", |
21 | | - "rehype-react": "^7.1.1", |
22 | | - "remark-gfm": "^3.0.1", |
23 | | - "remark-math": "^5.1.1", |
24 | | - "remark-parse": "^10.0.1", |
25 | | - "remark-rehype": "^10.1.0", |
26 | | - "sass": "^1.50.1", |
27 | | - "unified": "^10.1.2" |
| 21 | + "sass": "^1.50.1" |
28 | 22 | }, |
29 | 23 | "devDependencies": { |
30 | 24 | "@babel/parser": "^7.17.9", |
|
36 | 30 | "@types/glob": "^7.1.4", |
37 | 31 | "@types/react": "17.0.27", |
38 | 32 | "@types/unist": "^2.0.6", |
| 33 | + "acorn": "^8.7.1", |
39 | 34 | "escape-html": "^1.0.3", |
40 | 35 | "eslint": "7.32.0", |
41 | 36 | "eslint-config-next": "11.1.2", |
42 | 37 | "glob": "^8.0.1", |
| 38 | + "html-react-parser": "^1.4.12", |
43 | 39 | "mdast": "^3.0.0", |
44 | 40 | "mdast-util-from-markdown": "^1.2.0", |
45 | 41 | "mdast-util-gfm": "^2.0.1", |
|
49 | 45 | "mdast-util-to-string": "^3.1.0", |
50 | 46 | "micromark-extension-gfm": "^2.0.1", |
51 | 47 | "micromark-extension-math": "^2.0.2", |
52 | | - "micromark-extension-mdxjs-esm": "^1.0.2", |
| 48 | + "micromark-extension-mdxjs-esm": "^1.0.3", |
| 49 | + "rehype-katex": "^6.0.2", |
| 50 | + "rehype-react": "^7.1.1", |
53 | 51 | "rehype-stringify": "^9.0.3", |
| 52 | + "remark-gfm": "^3.0.1", |
| 53 | + "remark-math": "^5.1.1", |
| 54 | + "remark-parse": "^10.0.1", |
| 55 | + "remark-rehype": "^10.1.0", |
54 | 56 | "remark-stringify": "^10.0.2", |
55 | 57 | "typescript": "^4.6.3", |
| 58 | + "unified": "^10.1.2", |
56 | 59 | "unist-util-visit": "^4.1.0" |
57 | 60 | } |
58 | 61 | } |
0 commit comments