-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.17 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
{
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"postinstall": "fumadocs-mdx",
"start": "next start"
},
"dependencies": {
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-collapsible": "^1.1.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-tooltip": "^1.1.4",
"@types/mdx": "2.0.13",
"@types/node": "22.5.4",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"autoprefixer": "10.4.20",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"framer-motion": "^11.11.17",
"fumadocs-core": "13.4.9",
"fumadocs-mdx": "10.0.2",
"fumadocs-ui": "13.4.9",
"geist": "1.3.1",
"input-otp": "^1.2.5",
"jotai": "^2.10.1",
"lucide-react": "0.439.0",
"media-chrome": "^4.2.3",
"next": "14.2.9",
"postcss": "8.4.45",
"prettier": "3.3.3",
"prettier-plugin-packagejson": "2.5.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-tweet": "^3.2.1",
"tailwind-merge": "^2.5.4",
"tailwindcss": "3.4.10",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.6.2",
"zod": "3.23.8"
}
}