-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.26 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.26 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "NODE_OPTIONS='--inspect' next dev --webpack",
"build": "next build --webpack",
"start": "next start --webpack",
"build-docs": "contentlayer2 build"
},
"dependencies": {
"@catppuccin/vscode": "^3.16.0",
"@tailwindcss/postcss": "^4.0.5",
"clsx": "^2.1.1",
"contentlayer2": "0.5.8",
"date-fns": "^4.1.0",
"next": "16.1.6",
"next-contentlayer2": "0.5.8",
"next-themes": "^0.4.4",
"ogl": "^1.0.11",
"react": "19.0.0",
"react-crossfade-simple": "^1.0.7",
"react-dom": "19.0.0",
"react-icons": "^5.4.0",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-pretty-code": "^0.14.0",
"rehype-slug": "^6.0.0",
"remark-gfm": "4.0.0",
"shiki": "1.9.1",
"swr": "^2.3.2"
},
"devDependencies": {
"@tailwindcss/typography": "latest",
"@types/mdx": "2.0.13",
"@types/node": "22.13.1",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"postcss": "^8.5.1",
"tailwindcss": "^4.0.5",
"typescript": "5.7.3"
},
"pnpm": {
"overrides": {
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3"
},
"ignoredBuiltDependencies": [
"contentlayer2"
]
}
}