-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.25 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
{
"name": "choubaridotcom",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.15",
"@react-spring/web": "^9.7.3",
"@supabase/supabase-js": "^2.38.4",
"@tailwindcss/typography": "^0.5.9",
"@types/grecaptcha": "^3.0.4",
"@types/node": "20.2.3",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"@vercel/analytics": "^1.0.2",
"autoprefixer": "10.4.14",
"classnames": "^2.3.2",
"contentlayer": "^0.3.4",
"date-fns": "^2.30.0",
"next": "13.4.8",
"next-contentlayer": "^0.3.4",
"next-themes": "^0.2.1",
"postcss": "8.4.23",
"react": "18.2.0",
"react-device-detect": "^2.2.3",
"react-dom": "18.2.0",
"react-google-recaptcha": "^3.1.0",
"react-icons": "^4.8.0",
"react-tweet": "^3.1.1",
"react-use-gesture": "^9.1.3",
"rehype-autolink-headings": "^6.1.1",
"rehype-pretty-code": "^0.10.0",
"rehype-slug": "^5.1.0",
"remark-gfm": "^3.0.1",
"resend": "^0.17.1",
"rss-parser": "^3.13.0",
"shiki": "^0.14.3",
"supports-color": "^8.1.1",
"tailwindcss": "3.3.2",
"typescript": "5.1.3"
}
}