-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 2.6 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "blog",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "RUN_OG_IMAGE=1 RUN_PAGEFIND=1 next build",
"dev": "next dev",
"format": "prettier --write '**/*.{css,js,json,jsx,mjs,ts,tsx,yaml}' && eslint --fix",
"lint": "prettier --check '**/*.{css,js,json,jsx,mjs,ts,tsx,yaml}' && eslint",
"typecheck": "tsc -p ."
},
"dependencies": {
"@tailwindcss/typography": "0.5.15",
"daisyui": "4.12.14",
"dayjs": "1.11.13",
"katex": "0.16.11",
"mermaid": "11.4.0",
"next": "15.0.3",
"pseudocode": "2.4.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-icons": "5.3.0",
"react-use": "17.5.1"
},
"devDependencies": {
"@eslint/compat": "1.2.2",
"@eslint/eslintrc": "3.1.0",
"@eslint/js": "9.14.0",
"@fontsource/biz-udpgothic": "5.1.0",
"@fontsource/share-tech-mono": "5.1.0",
"@fontsource/sometype-mono": "5.1.0",
"@mdx-js/loader": "3.1.0",
"@mdx-js/react": "3.1.0",
"@mermaid-js/mermaid-cli": "11.4.0",
"@next/mdx": "15.0.3",
"@resvg/resvg-js": "2.6.2",
"@types/gtag.js": "0.0.20",
"@types/mdx": "2.0.13",
"@types/node": "22.9.0",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"autoprefixer": "10.4.20",
"budoux": "0.6.3",
"eslint": "9.14.0",
"eslint-config-next": "15.0.3",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-tailwindcss": "3.17.5",
"estree-util-value-to-estree": "3.2.1",
"fs-extra": "11.2.0",
"globby": "14.0.2",
"gray-matter": "4.0.3",
"hast-util-excerpt": "2.0.0",
"hast-util-from-html": "2.0.3",
"hast-util-to-estree": "3.1.0",
"hast-util-to-text": "4.0.2",
"mdast-util-from-markdown": "2.0.2",
"mdast-util-frontmatter": "2.0.1",
"mdast-util-gfm": "3.0.0",
"mdast-util-math": "3.0.0",
"mdast-util-mdx": "3.0.0",
"mdast-util-to-string": "4.0.0",
"micromark-extension-frontmatter": "2.0.0",
"micromark-extension-gfm": "3.0.0",
"micromark-extension-math": "3.1.0",
"micromark-extension-mdxjs": "3.0.0",
"pagefind": "1.2.0",
"postcss": "8.4.47",
"prettier": "3.3.3",
"rehype-katex": "7.0.1",
"rehype-pretty-code": "0.14.0",
"remark-frontmatter": "5.0.0",
"remark-gfm": "4.0.0",
"remark-math": "6.0.0",
"remark-mdx-frontmatter": "5.0.0",
"satori": "0.11.3",
"sharp": "0.33.5",
"shiki": "1.22.2",
"tailwindcss": "3.4.14",
"typescript": "5.6.3",
"unist-util-filter": "5.0.1",
"unist-util-remove": "4.0.0",
"unist-util-visit": "5.0.0",
"yaml": "2.6.0",
"zurk": "0.6.2"
}
}