-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.32 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start"
},
"dependencies": {
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@fontsource/roboto": "^4.5.8",
"@mdx-js/react": "^2.1.4",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.10.1",
"@next/mdx": "^12.2.5",
"axios": "^1.1.2",
"contentlayer": "^0.2.8",
"date-fns": "^2.29.3",
"glob": "^8.0.3",
"gray-matter": "^4.0.3",
"lunr": "^2.3.9",
"next": "^12.3.1",
"next-contentlayer": "^0.2.8",
"next-pwa": "^5.6.0",
"next-seo": "^5.5.0",
"next-sitemap": "^3.1.25",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-remark": "^2.1.0",
"react-swipeable": "^7.0.0",
"rehype-citation": "^0.4.0",
"rehype-external-links": "^2.0.1",
"rehype-prism-plus": "^1.5.0",
"rehype-raw": "^6.1.1",
"remark-gfm": "^3.0.1",
"remark-parse": "^10.0.1"
},
"devDependencies": {
"@types/node": "^18.8.2",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"eslint": "^8.22.0",
"typescript": "^4.8.4"
}
}