-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.09 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@types/markdown-it": "^12.2.3",
"@types/shell-quote": "^1.7.1",
"ansi-colors": "^4.1.3",
"ansi-escapes": "^5.0.0",
"classnames": "^2.3.1",
"getopts": "^2.3.0",
"gray-matter": "^4.0.3",
"markdown-it": "^13.0.0",
"next": "^12.2.3",
"next-seo": "^5.4.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-draggable": "^4.4.4",
"react-icons": "^4.8.0",
"react-iframe-click": "^2.0.2",
"react-markdown": "^8.0.3",
"remark": "^14.0.2",
"remark-gfm": "^3.0.1",
"remark-html": "^15.0.1",
"shell-quote": "^1.7.3",
"swr": "^1.3.0",
"xterm": "^4.19.0",
"xterm-addon-fit": "^0.5.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.2",
"@types/node": "17.0.4",
"@types/react": "17.0.38",
"autoprefixer": "^10.4.0",
"postcss": "^8.4.5",
"prettier": "^2.5.1",
"prettier-plugin-tailwindcss": "^0.1.1",
"tailwindcss": "^3.0.7",
"typescript": "4.5.4"
}
}