-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.06 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "tharindu.me",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@hookform/resolvers": "^3.3.2",
"@nick22985/wakatime-api": "^1.0.2",
"@portabletext/react": "^3.0.11",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-toggle": "^1.0.3",
"@sanity/code-input": "^4.1.1",
"@sanity/image-url": "^1.0.2",
"@sanity/vision": "^3.18.1",
"@sanity/webhook": "^3.0.1",
"@supabase/supabase-js": "^2.38.4",
"@types/nodemailer": "^6.4.13",
"@vercel/analytics": "^1.1.1",
"axios": "^0.21.4",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"cookies-next": "^4.0.0",
"disqus-react": "^1.1.5",
"firebase-admin": "^11.11.0",
"framer-motion": "^10.16.4",
"lucide-react": "^0.284.0",
"next": "13.5.4",
"next-sanity": "^5.5.8",
"next-share": "^0.27.0",
"next-sitemap": "^4.2.3",
"next-themes": "^0.2.1",
"nodemailer": "^6.9.7",
"react": "^18",
"react-dom": "^18",
"react-google-recaptcha": "^3.1.0",
"react-hook-form": "^7.47.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.11.0",
"react-syntax-highlighter": "^15.5.0",
"sanity": "^3.18.1",
"styled-components": "5.2",
"swr": "^2.2.4",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "^20.8.9",
"@types/react": "^18.2.33",
"@types/react-dom": "^18",
"@types/react-google-recaptcha": "^2.1.7",
"@types/react-syntax-highlighter": "^15.5.9",
"autoprefixer": "^10",
"postcss": "^8",
"tailwindcss": "^3",
"typescript": "^5"
}
}