-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
51 lines (51 loc) · 1.4 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
47
48
49
50
51
{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@fontsource/cascadia-code": "^4.2.1",
"@fontsource/inter": "^4.5.14",
"@styled-icons/boxicons-regular": "^10.46.0",
"@styled-icons/boxicons-solid": "^10.46.0",
"canvas": "^2.10.2",
"date-fns": "^2.29.3",
"gray-matter": "^4.0.3",
"hastscript": "^7.1.0",
"highlight.js": "^11.6.0",
"katex": "^0.16.3",
"lottie-react": "^2.3.1",
"next": "^13.0.3",
"next-plausible": "^3.6.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"reading-time": "^1.5.0",
"rehype-components": "github:marekweb/rehype-components",
"rehype-highlight": "^6.0.0",
"rehype-katex": "^6.0.2",
"rehype-raw": "^6.1.1",
"rehype-stringify": "^9.0.3",
"remark": "^14.0.2",
"remark-directive": "^2.0.1",
"remark-directive-rehype": "^0.4.2",
"remark-emoji": "^3.0.2",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"remark-parse": "^10.0.1",
"remark-rehype": "^10.1.0",
"sass": "^1.56.1",
"styled-components": "^5.3.6",
"unified": "^10.1.2"
},
"devDependencies": {
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"@types/styled-components": "5.1.26",
"babel-plugin-styled-components": "^2.0.7",
"typescript": "4.9.3"
}
}