-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.22 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@octokit/rest": "^20.1.1",
"@planetscale/database": "^1.18.0",
"@radix-ui/react-hover-card": "^1.0.7",
"@radix-ui/react-popover": "^1.0.7",
"@vercel/analytics": "^1.3.1",
"@vercel/edge-config": "^1.1.1",
"@vercel/og": "^0.6.2",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"dotenv": "^16.4.5",
"framer-motion": "^11.2.6",
"ioredis": "^5.4.1",
"kysely": "^0.27.3",
"kysely-planetscale": "^1.4.0",
"next": "14.2.3",
"next-auth": "^4.24.7",
"next-mdx-remote": "^5.0.0",
"next-plausible": "^3.12.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-tweet": "^3.2.1",
"react-wrap-balancer": "^1.1.1",
"server-only": "^0.0.1",
"sugar-high": "^0.6.1",
"swr": "^2.2.5",
"tiny-invariant": "^1.3.3"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.13",
"@types/node": "20.12.12",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.3",
"typescript": "5.4.5"
}
}