forked from fuma-nama/fumadocs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 990 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
{
"name": "docs",
"version": "0.1.3",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.0.4",
"autoprefixer": "10.4.15",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"contentlayer": "^0.3.4",
"katex": "^0.16.8",
"lucide-react": "^0.276.0",
"next": "13.4.19",
"next-contentlayer": "^0.3.4",
"next-docs-ui": "workspace:*",
"next-docs-zeta": "workspace:*",
"next-sitemap": "^4.2.3",
"postcss": "8.4.29",
"react": "18.2.0",
"react-dom": "18.2.0",
"rehype-katex": "^6.0.3",
"remark-math": "^5.1.1",
"tailwind-merge": "^1.14.0"
},
"devDependencies": {
"@next/bundle-analyzer": "^13.4.19",
"@types/node": "18.17.5",
"@types/react": "18.2.0",
"@types/react-dom": "18.2.1",
"tailwindcss": "3.3.3",
"tailwindcss-animate": "^1.0.7"
}
}