-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.15 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.15 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
{
"private": true,
"scripts": {
"dev": "next dev",
"start": "next start",
"build": "next build && bun run pagefind",
"lint": "eslint .",
"pagefind": "pagefind --site out"
},
"dependencies": {
"@icons-pack/react-simple-icons": "^13.13.0",
"@mdx-js/loader": "^3.1.1",
"@mdx-js/react": "^3.1.1",
"@next/mdx": "^16.2.0",
"@types/mdx": "^2.0.13",
"gray-matter": "^4.0.3",
"lucide-react": "^0.575.0",
"next": "^16.2.0",
"next-plausible": "^3.12.5",
"rehype-mdx-import-media": "^1.4.0",
"remark": "^15.0.1",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.1",
"remark-mdx-frontmatter": "^5.2.0",
"strip-markdown": "^6.0.0",
"tailwind-merge": "^3.5.0"
},
"devDependencies": {
"@eslint/js": "^9.39.4",
"@shikijs/rehype": "^4.0.2",
"@types/node": "25.3.0",
"@types/react": "19.2.14",
"autoprefixer": "^10.4.27",
"eslint": "^9.39.4",
"eslint-config-next": "^16.2.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-tailwindcss": "^3.18.2",
"jiti": "^2.6.1",
"pagefind": "^1.4.0",
"postcss": "^8.5.8",
"tailwindcss": "^3.4.19"
}
}