-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.42 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
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "sajadevo.com",
"version": "2.0.0",
"type": "module",
"author": {
"name": "sajad",
"url": "https://x.com/sajadevo_"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@hookform/resolvers": "3.9.1",
"@lottiefiles/dotlottie-react": "0.12.1",
"@openpanel/nextjs": "1.0.7",
"@radix-ui/react-dialog": "1.1.4",
"@radix-ui/react-slot": "1.1.1",
"@radix-ui/react-tooltip": "1.1.6",
"@remixicon/react": "4.6.0",
"@tailwindcss/postcss": "4.0.1",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"gray-matter": "4.0.3",
"motion": "12.0.0",
"next": "15.1.0",
"next-mdx-remote": "5.0.0",
"next-themes": "0.4.4",
"postcss": "8.5.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-fast-marquee": "1.6.5",
"react-hook-form": "7.54.1",
"rehype-pretty-code": "0.14.0",
"remark-gfm": "4.0.0",
"resend": "4.0.1",
"shiki": "2.3.2",
"tailwind-merge": "2.5.5",
"usehooks-ts": "3.1.0",
"zod": "3.24.1"
},
"devDependencies": {
"@tailwindcss/typography": "0.5.16",
"@types/node": "22.10.2",
"@types/react": "19",
"@types/react-dom": "19",
"eslint": "9.17.0",
"eslint-config-next": "15.1.0",
"prettier": "3.4.2",
"prettier-plugin-tailwindcss": "0.6.10",
"tailwindcss": "latest",
"typescript": "5"
}
}