-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.12 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.12 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
{
"name": "blog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"proxy": "node proxy.js",
"lint": "next lint"
},
"dependencies": {
"@types/markdown-navbar": "^1.4.0",
"@types/mdx": "^2.0.1",
"@types/mdx-js__react": "^1.5.5",
"antd": "5.26.1",
"axios": "^0.24.0",
"express": "^4.17.1",
"github-markdown-css": "^5.8.1",
"http-proxy": "^1.18.1",
"http-proxy-middleware": "^2.0.1",
"markdown-navbar": "^1.4.3",
"next": "11.0.1",
"next-compose-plugins": "^2.2.1",
"next-mdx-remote": "^4.3.0",
"next-transpile-modules": "^9.0.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-markdown": "^5.0.0",
"react-syntax-highlighter": "^13.0.0",
"typewriter-effect": "^2.22.0"
},
"devDependencies": {
"@mdx-js/loader": "^1.6.22",
"@next/mdx": "^12.0.4",
"@types/react": "17.0.31",
"@types/react-syntax-highlighter": "^13.5.2",
"eslint": "8.0.1",
"eslint-config-next": "11.1.2",
"raw-loader": "^4.0.2",
"typescript": "4.4.4"
},
"overrides": {
"rc-util": "5.44.4"
}
}