-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.7 KB
/
package.json
File metadata and controls
57 lines (57 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
{
"name": "next-mdx-remote-client-in-app-router",
"version": "1.0.15",
"public": true,
"scripts": {
"dev": "next dev",
"dev:d": "rm -rf .next && next dev",
"dev:dev": "NODE_ENV=development next dev",
"dev:https": "next dev --experimental-https",
"build": "next build",
"build:d": "rm -rf .next && next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@heroicons/react": "^2.2.0",
"@types/hast": "^3.0.4",
"@types/mdast": "^4.0.4",
"clsx": "^2.1.1",
"mdast-util-to-hast": "^13.2.1",
"motion": "^12.34.3",
"next": "^14.2.35",
"next-mdx-remote-client": "^1.1.6",
"next-themes": "^0.4.6",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-spinners": "^0.17.0",
"reading-time-estimator": "^2.1.1",
"recma-mdx-change-props": "^1.2.4",
"recma-mdx-escape-missing-components": "^1.2.4",
"recma-mdx-import-react": "^1.2.4",
"rehype-code-meta": "^1.0.5",
"rehype-highlight": "^7.0.2",
"rehype-highlight-code-lines": "^1.2.2",
"rehype-image-toolkit": "^1.0.6",
"rehype-pre-language": "^1.1.7",
"rehype-raw": "^7.0.0",
"rehype-slug": "^6.0.0",
"remark-emoji": "^5.0.2",
"remark-flexible-code-titles": "^1.3.3",
"remark-flexible-containers": "^1.5.3",
"remark-flexible-markers": "^1.3.3",
"remark-flexible-paragraphs": "^1.3.3",
"remark-flexible-toc": "^1.2.5",
"remark-gfm": "^4.0.1",
"remark-ins": "^1.2.3",
"unified": "^11.0.5"
},
"devDependencies": {
"@types/node": "^24.10.13",
"@types/react": "^18.3.28",
"@types/react-dom": "^18.3.7",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.35",
"typescript": "^5.9.3"
}
}