-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.23 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
{
"name": "site",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "run-p next-dev watch-content",
"next-dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint",
"watch-content": "node ./watcher.js"
},
"dependencies": {
"@mdx-js/loader": "^3.0.0",
"@mdx-js/react": "^3.0.0",
"@next/font": "15.0.0-rc.0",
"@next/mdx": "15.0.1",
"@tailwindcss/container-queries": "^0.1.1",
"@types/hast": "^3.0.4",
"@types/mdx": "^2.0.10",
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]",
"@vercel/analytics": "^1.3.1",
"@vercel/functions": "^1.4.2",
"@vercel/speed-insights": "^1.0.11",
"autoprefixer": "10.4.14",
"babel-plugin-react-compiler": "0.0.0-experimental-938cd9a-20240601",
"chokidar": "^3.6.0",
"eslint": "8.57.0",
"eslint-config-next": "15.0.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": "15.0.1",
"next-mdx-remote": "^5.0.0",
"next-remote-watch": "^2.0.0",
"postcss": "8.4.27",
"react": "19.0.0-rc-69d4b800-20241021",
"react-dom": "19.0.0-rc-69d4b800-20241021",
"react-icons": "^5.1.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": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]"
}
}
}