-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.48 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
{
"name": "client-blog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@dotlottie/react-player": "^1.2.1",
"@headlessui/react": "^1.7.17",
"@supabase/auth-helpers-nextjs": "^0.7.4",
"@tailwindcss/forms": "^0.5.5",
"@tailwindcss/typography": "^0.5.9",
"@tanstack/react-query": "^5.12.2",
"@tanstack/react-query-devtools": "^5.13.3",
"autoprefixer": "10.4.15",
"axios": "^1.6.2",
"contentlayer": "^0.3.4",
"date-fns": "^2.30.0",
"formik": "^2.4.5",
"framer-motion": "^10.16.4",
"github-slugger": "^2.0.0",
"next": "13.5.4",
"next-auth": "^4.24.5",
"next-contentlayer": "^0.3.4",
"next-router-mock": "^0.9.11",
"next-sitemap": "^4.2.2",
"next-themes": "^0.2.1",
"react": "^18",
"react-dom": "^18",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.11.0",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-pretty-code": "^0.10.0",
"rehype-slug": "^5.1.0",
"remark-gfm": "^3.0.1",
"resend": "^2.1.0",
"shiki": "^0.14.3",
"swiper": "^11.0.5",
"winston": "^3.11.0",
"yup": "^1.3.2"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10",
"postcss": "^8",
"tailwindcss": "^3",
"typescript": "^5"
}
}