-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
54 lines (54 loc) · 1.47 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
{
"name": "zephyrlin.me",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate"
},
"dependencies": {
"@clerk/elements": "^0.15.7",
"@clerk/localizations": "^3.1.0",
"@clerk/nextjs": "^6.5.0",
"@clerk/themes": "^2.1.45",
"@prisma/client": "^5.20.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-navigation-menu": "^1.2.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-slot": "^1.1.0",
"@upstash/redis": "^1.34.3",
"@vercel/analytics": "^1.3.2",
"@vercel/speed-insights": "^1.1.0",
"axios": "^1.7.9",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"framer-motion": "^11.11.1",
"gray-matter": "^4.0.3",
"lucide-react": "^0.445.0",
"next": "14.2.13",
"next-mdx-remote": "^5.0.0",
"next-sanity": "^9.5.0",
"next-themes": "^0.3.0",
"prisma": "^5.20.0",
"react": "^18",
"react-dom": "^18",
"react-textarea-autosize": "^8.5.4",
"react-type-animation": "^3.2.0",
"sonner": "^1.7.0",
"tailwind-merge": "^2.5.2",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"eslint": "^8",
"eslint-config-next": "14.2.13",
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}