-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
105 lines (105 loc) · 2.98 KB
/
package.json
File metadata and controls
105 lines (105 loc) · 2.98 KB
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"name": "site",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "run-p next-dev watch-content",
"next-dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"watch-content": "node ./watcher.js"
},
"dependencies": {
"@mdx-js/loader": "^3.0.0",
"@mdx-js/react": "^3.0.0",
"@next/mdx": "16.1.1",
"@tailwindcss/container-queries": "^0.1.1",
"@types/hast": "^3.0.4",
"@types/mdx": "^2.0.10",
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3",
"@vercel/analytics": "^1.3.1",
"@vercel/functions": "^1.4.2",
"@vercel/speed-insights": "^1.0.11",
"autoprefixer": "10.4.14",
"babel-plugin-react-compiler": "19.0.0-beta-a7bf2bd-20241110",
"chokidar": "^3.6.0",
"eslint": "^9",
"eslint-config-next": "16.1.1",
"eslint-plugin-unused-imports": "^3.0.0",
"github-slugger": "^2.0.0",
"gray-matter": "^4.0.3",
"hast-util-to-text": "^4.0.2",
"hastscript": "^9.0.0",
"katex": "^0.16.9",
"next": "16.1.1",
"next-mdx-remote": "^5.0.0",
"next-remote-watch": "^2.0.0",
"postcss": "8.4.27",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-icons": "^5.3.0",
"react-use-lanyard": "^0.3.1",
"rehype": "^13.0.1",
"rehype-autolink-headings": "^7.1.0",
"rehype-katex": "^7.0.0",
"rehype-math": "^0.2.0",
"rehype-parse": "^9.0.0",
"rehype-pretty-code": "^0.13.2",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"remark-reference-links": "^7.0.0",
"sharp": "^0.33.4",
"shiki": "^1.6.3",
"tailwindcss": "3.3.3",
"typescript": "^5.6.2",
"unified": "^11.0.4",
"unist-util-visit": "^5.0.0",
"ws": "^8.16.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/ws": "^8.5.10",
"npm-run-all": "^4.1.5",
"postcss-import": "^15.1.0",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.4.1"
},
"pnpm": {
"overrides": {
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3",
"katex@>=0.11.0 <0.16.10": ">=0.16.10",
"katex@>=0.15.4 <0.16.10": ">=0.16.10",
"katex@>=0.10.0-beta <0.16.10": ">=0.16.10",
"express@<4.19.2": ">=4.19.2",
"braces@<3.0.3": ">=3.0.3",
"ws@>=8.0.0 <8.17.1": ">=8.17.1",
"micromatch@<4.0.8": ">=4.0.8",
"webpack@>=5.0.0-alpha.0 <5.94.0": ">=5.94.0",
"body-parser@<1.20.3": ">=1.20.3",
"serve-static@<1.16.0": ">=1.16.0",
"express@<4.20.0": ">=4.20.0",
"path-to-regexp@<0.1.10": ">=0.1.10",
"cookie@<0.7.0": ">=0.7.0",
"cross-spawn@<6.0.6": ">=6.0.6",
"cross-spawn@>=7.0.0 <7.0.5": ">=7.0.5",
"path-to-regexp@<0.1.12": ">=0.1.12",
"brace-expansion@>=1.0.0 <=1.1.11": ">=1.1.12",
"brace-expansion@>=2.0.0 <=2.0.1": ">=2.0.2",
"katex@>=0.12.0 <=0.16.20": ">=0.16.21",
"send@<0.19.0": ">=0.19.0",
"nanoid@<3.3.8": ">=3.3.8",
"postcss@<8.4.31": ">=8.4.31",
"glob@>=10.2.0 <10.5.0": ">=10.5.0",
"mdast-util-to-hast@>=13.0.0 <13.2.1": ">=13.2.1",
"next@>=16.0.0-canary.0 <16.0.7": ">=16.0.7"
},
"onlyBuiltDependencies": [
"@vercel/speed-insights",
"sharp"
]
}
}