-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 2.2 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 2.2 KB
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
65
66
{
"name": "blog",
"version": "0.1.0",
"private": true,
"scripts": {
"readtime": "node scripts/generate-read-times.js",
"dev": "pnpm run readtime && fumadocs-mdx && next dev --turbopack",
"build": "pnpm run readtime && fumadocs-mdx && next build",
"start": "next start",
"lint": "eslint .",
"format": "prettier --write .",
"format:check": "prettier --check .",
"db:generate": "drizzle-kit generate",
"db:migrate": "drizzle-kit migrate",
"db:push": "drizzle-kit push",
"db:studio": "drizzle-kit studio",
"postinstall": "fumadocs-mdx"
},
"dependencies": {
"@clerk/nextjs": "^7.4.3",
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@neondatabase/serverless": "^1.0.2",
"@radix-ui/react-accordion": "^1.2.3",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-visually-hidden": "^1.2.3",
"@tailwindcss/typography": "^0.5.16",
"@tanstack/react-query": "^5.90.19",
"@types/mdx": "^2.0.13",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"drizzle-orm": "^0.45.1",
"framer-motion": "^12.38.0",
"fumadocs-core": "^16.9.3",
"fumadocs-mdx": "^15.0.11",
"fumadocs-ui": "^16.9.3",
"geist": "^1.4.2",
"goey-toast": "^0.4.0",
"lucide-react": "^0.525.0",
"motion": "^12.23.11",
"next": "16.2.7",
"next-themes": "^0.4.6",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"server-only": "^0.0.1",
"tailwind-merge": "^3.3.1",
"vaul": "^1.1.2",
"zod": "^4.4.3"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4.3.0",
"@types/node": "^25.9.2",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"drizzle-kit": "^0.31.10",
"eslint": "^9",
"eslint-config-next": "16.2.7",
"eslint-config-prettier": "^10.1.8",
"prettier": "^3.8.3",
"tailwindcss": "^4.3.0",
"tw-animate-css": "^1.3.5",
"typescript": "^6.0.3"
}
}