-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.18 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
{
"name": "testing-app-for-next-mdx-remote-client",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev:dev": "NODE_ENV=development next dev",
"dev:https": "next dev --experimental-https",
"build": "next build",
"start": "next start",
"start:dev": "next start",
"lint": "next lint"
},
"dependencies": {
"clsx": "^2.1.0",
"next": "^14.1.4",
"next-mdx-remote-client": "^1.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-spinners": "^0.13.8",
"recma-mdx-change-props": "^1.1.0",
"recma-mdx-escape-missing-components": "^1.1.0",
"rehype-highlight": "^7.0.0",
"rehype-raw": "^7.0.0",
"rehype-slug": "^6.0.0",
"remark-emoji": "^4.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.0",
"remark-gfm": "^4.0.0"
},
"devDependencies": {
"@types/node": "^20.12.5",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
"eslint": "^8.57.0",
"eslint-config-next": "^14.1.4",
"typescript": "^5.4.4"
}
}