-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.53 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "next-mdx-remote-client-in-pages-router",
"version": "1.0.5",
"public": true,
"scripts": {
"dev": "next dev",
"dev:dev": "NODE_ENV=development next dev",
"dev:https": "next dev --experimental-https",
"build": "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",
"framer-motion": "^11.17.0",
"mdast-util-to-hast": "^13.2.0",
"next": "^14.2.23",
"next-mdx-remote-client": "^1.0.6",
"next-themes": "^0.4.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-spinners": "^0.15.0",
"reading-time-estimator": "^1.11.0",
"recma-mdx-change-props": "^1.1.1",
"recma-mdx-escape-missing-components": "^1.1.0",
"rehype-highlight": "^7.0.1",
"rehype-highlight-code-lines": "^1.0.4",
"rehype-pre-language": "^1.1.0",
"rehype-raw": "^7.0.0",
"rehype-slug": "^6.0.0",
"remark-emoji": "^5.0.1",
"remark-flexible-code-titles": "^1.2.0",
"remark-flexible-containers": "^1.2.1",
"remark-flexible-markers": "^1.2.1",
"remark-flexible-paragraphs": "^1.2.0",
"remark-flexible-toc": "^1.1.1",
"remark-gfm": "^4.0.0",
"remark-ins": "^1.1.0",
"sharp": "^0.33.5",
"unified": "^11.0.5"
},
"devDependencies": {
"@types/node": "^22.10.5",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.23",
"typescript": "^5.7.3"
}
}