-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
46 lines (46 loc) · 1.16 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
{
"name": "mas-tutorials",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint ./ --ext js,jsx,ts,tsx"
},
"dependencies": {
"clsx": "^1.1.1",
"css-loader": "^6.5.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"fs": "0.0.1-security",
"gray-matter": "^4.0.3",
"html": "^1.0.0",
"next": "^12.2.2",
"next-seo": "^5.3.0",
"path": "^0.12.7",
"react": "17.0.2",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "17.0.2",
"react-markdown": "^8.0.3",
"react-syntax-highlighter": "^15.5.0",
"reactstrap": "^9.0.1",
"rehype-mathjax": "^4.0.2",
"rehype-slug": "^5.0.1",
"rehype-stringify": "^9.0.2",
"remark": "^14.0.2",
"remark-breaks": "^3.0.2",
"remark-gfm": "^3.0.1",
"remark-html": "^15.0.1",
"remark-math": "^5.1.1",
"remark-parse": "^10.0.1",
"remark-prism": "1.3.6",
"remark-rehype": "^10.1.0",
"sass": "^1.49.0",
"scss": "^0.2.4"
},
"devDependencies": {
"eslint": "8.7.0",
"eslint-config-next": "12.0.8",
"eslint-plugin-react": "^7.28.0"
}
}