-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.68 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
{
"private": true,
"license": "MIT",
"scripts": {
"build": "next build",
"dev": "next dev",
"start": "next start",
"lint": "next lint",
"format": "prettier -c .",
"sanity-dev": "sanity dev"
},
"dependencies": {
"@giscus/react": "^2.3.0",
"@libsql/client": "^0.5.6",
"@reach/tooltip": "^0.18.0",
"@react-spring/web": "^9.7.3",
"@sanity/webhook": "^2.0.0",
"@use-gesture/react": "^10.3.0",
"@vercel/analytics": "^1.1.1",
"@vercel/speed-insights": "^1.0.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"drizzle-orm": "^0.30.2",
"geist": "^1.2.2",
"next": "14.0.1",
"next-auth": "4.19.0",
"next-mdx-remote": "^4.4.1",
"next-sanity": "^5.1.1",
"next-themes": "^0.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"reading-time": "^1.5.0",
"rehype": "12.0.1",
"rehype-autolink-headings": "6.1.1",
"rehype-pretty-code": "^0.10.0",
"rehype-slug": "5.1.0",
"rehype-toc": "^3.0.2",
"remark-gfm": "^3.0.1",
"sanity": "^3.14.1",
"sanity-plugin-markdown": "^4.1.0",
"shiki": "^0.14.5",
"styled-components": "^6.0.3",
"swr": "2.2.4",
"tailwind-merge": "^2.0.0",
"use-delayed-render": "^0.0.7",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "20.9.0",
"@types/react": "^18.2.37",
"autoprefixer": "10.4.16",
"drizzle-kit": "^0.20.14",
"eslint": "8.53.0",
"eslint-config-next": "14.0.1",
"globby": "13.2.2",
"postcss": "^8.4.31",
"prettier": "3.0.3",
"prettier-plugin-tailwindcss": "^0.5.6",
"rss": "1.2.2",
"tailwindcss": "^3.3.5",
"typescript": "^5.2.2",
"unist-util-visit": "^5.0.0"
}
}