-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 942 Bytes
/
package.json
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "md",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@monaco-editor/react": "^4.4.5",
"@types/react": "^18.0.14",
"debounce": "^1.2.1",
"hast-util-sanitize": "^4.0.0",
"hast-util-to-text": "^3.1.1",
"mdast-util-toc": "^6.1.0",
"mermaid": "^9.1.2",
"monaco-editor": "^0.33.0",
"monaco-themes": "^0.4.2",
"next": "latest",
"react": "18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.3",
"react-syntax-highlighter": "^15.5.0",
"rehype-katex": "6.0.2",
"rehype-raw": "^6.1.1",
"rehype-slug": "^5.0.1",
"remark-gfm": "^3.0.1",
"remark-math": "5.1.1",
"sass": "^1.52.3",
"typescript": "^4.7.4",
"uuid": "^8.3.2"
},
"devDependencies": {
"eslint": "8.18.0",
"eslint-config-next": "12.1.6"
}
}