-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.88 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.88 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
67
{
"name": "davidculemann.com",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p 4000",
"fmt": "pnpm rome check . --apply-unsafe && pnpm rome format . --write",
"contentlayer": "contentlayer2 build",
"format": "npx prettier --write ."
},
"dependencies": {
"@giscus/react": "^3.0.0",
"@next/mdx": "15.0.3",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.4",
"@upstash/redis": "^1.23.3",
"@vercel/functions": "^1.5.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"contentlayer2": "^0.4.6",
"cssnano": "^7.0.6",
"esbuild": "0.18.20",
"framer-motion": "^10.16.4",
"lucide-react": "^0.284.0",
"markdown-wasm": "^1.2.0",
"next": "15.0.7",
"next-contentlayer2": "^0.4.6",
"next-themes": "^0.4.3",
"nprogress": "^0.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-wrap-balancer": "^1.1.0",
"rehype-autolink-headings": "^7.0.0",
"rehype-pretty-code": "^0.10.1",
"rehype-slug": "^6.0.0",
"remark-gfm": "3.0.1",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.2.2"
},
"devDependencies": {
"@opentelemetry/api": "1.6.0",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "^20.8.4",
"@types/nprogress": "^0.2.3",
"@types/react": "18.3.13",
"@types/react-dom": "18.3.1",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"postcss-nesting": "^12.0.1",
"prettier": "^2.8.8",
"rome": "^12.1.3",
"tailwindcss": "^3.4.16",
"tailwindcss-debug-screens": "^2.2.1"
},
"pnpm": {
"overrides": {
"@types/react": "18.3.13",
"@types/react-dom": "18.3.1"
}
}
}