-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 774 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 774 Bytes
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
{
"name": "zlypher.github.io",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev:debug": "env NODE_OPTIONS=\"--inspect\" next dev",
"build": "next build",
"export": "next export",
"start": "next start"
},
"dependencies": {
"@mdx-js/loader": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@next/mdx": "^10.2.0",
"gray-matter": "^4.0.3",
"highlight.js": "^11.4.0",
"next": "^12.1.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-markdown": "^8.0.0",
"rehype-highlight": "^5.0.2",
"rehype-raw": "^6.1.1",
"remark-gfm": "^3.0.1",
"sass": "^1.32.11"
},
"devDependencies": {
"@types/node": "^17.0.18",
"@types/react": "^17.0.27",
"typescript": "^4.4.3"
}
}