-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1021 Bytes
/
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
{
"name": "blog",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "next build",
"postbuild": "next-sitemap",
"dev": "next dev",
"start": "next start"
},
"dependencies": {
"@next/third-parties": "^14.2.4",
"@radix-ui/react-dialog": "^1.1.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"date-fns": "^3.6.0",
"fumadocs-core": "^13.3.2",
"fumadocs-mdx": "^9.0.2",
"fumadocs-ui": "^13.3.2",
"katex": "^0.16.10",
"lucide-react": "^0.399.0",
"next": "^14.2.5",
"next-sitemap": "^4.2.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rehype-katex": "^7.0.0",
"remark-math": "^6.0.0",
"tailwind-merge": "^1.14.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/mdx": "^2.0.11",
"@types/node": "^20.14.9",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.2.21",
"autoprefixer": "^10.4.18",
"postcss": "^8.4.39",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.2"
}
}