-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.7 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.7 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "mdx-docs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 7777",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@heroicons/react": "^2.1.3",
"@mdx-js/loader": "^3.0.1",
"@next/mdx": "^14.1.4",
"@stefanprobst/rehype-extract-toc": "^2.2.0",
"ap-style-title-case": "^2.0.0",
"dlv": "^1.1.3",
"highlight.js": "^11.9.0",
"next": "14.1.4",
"next-mdx-remote": "^4.4.1",
"react": "^18",
"react-code-blocks": "^0.1.6",
"react-dom": "^18",
"react-player": "^2.15.1",
"rehype-autolink-headings": "^7.1.0",
"rehype-document": "^7.0.3",
"rehype-format": "^5.0.0",
"rehype-infer-description-meta": "^2.0.0",
"rehype-pretty-code": "^0.13.1",
"rehype-slug": "^6.0.0",
"rehype-stringify": "^10.0.0",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.0",
"remark-mdx-frontmatter": "^4.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.0",
"remark-retext": "^6.0.0",
"remark-slug": "^7.0.1",
"remark-toc": "^9.0.0",
"retext": "^9.0.0",
"retext-english": "^5.0.0",
"retext-indefinite-article": "^5.0.0",
"to-vfile": "^8.0.0",
"unified": "^11.0.4",
"unified-stream": "^3.0.0",
"unist-util-is": "^6.0.0",
"vfile-reporter": "^8.1.1"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.12",
"@types/dlv": "^1.1.4",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"daisyui": "^4.9.0",
"eslint": "^8",
"eslint-config-next": "14.1.4",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}