-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 1.98 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 1.98 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
68
69
70
71
72
73
74
{
"name": "site-2026",
"module": "index.ts",
"type": "module",
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"prebuild": "bun run scripts/feedBuilder.ts"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/bun": "latest",
"@types/react": "19.2.14",
"eslint": "^9",
"eslint-config-next": "16.2.1",
"typescript": "5.8.2"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"@radix-ui/react-hover-card": "^1.1.15",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-slider": "^1.3.6",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-switch": "^1.2.6",
"@shikijs/twoslash": "^3.19.0",
"@shrubs/studio": "0.0.3",
"@tailwindcss/postcss": "^4.1.17",
"@tailwindcss/typography": "^0.5.19",
"@vercel/analytics": "^1.6.1",
"@vercel/og": "^0.6.8",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dayjs": "^1.11.19",
"embla-carousel-react": "^8.6.0",
"feed": "^4.2.2",
"fuse.js": "^7.1.0",
"geist": "^1.5.1",
"jotai": "^2.15.2",
"lucide-react": "^0.479.0",
"markdown-it": "^14.1.0",
"markdown-it-abbr": "^2.0.0",
"markdown-it-emoji": "^3.0.0",
"markdown-it-modify-token": "^1.0.2",
"markdown-it-task-checkbox": "^1.0.6",
"motion": "^12.23.25",
"next": "16.2.1",
"next-mdx-remote": "^6.0.0",
"next-themes": "^0.4.6",
"node-html-parser": "^7.0.1",
"postcss": "^8.5.6",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-tweet": "^3.2.2",
"rehype-mdx-code-props": "^3.0.1",
"sharp": "^0.33.5",
"shiki": "^3.19.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.4.0",
"tailwindcss": "^4.1.17",
"tailwindcss-animate": "^1.0.7",
"yaml-front-matter": "^4.1.1"
},
"overrides": {
"satori": "0.12.2"
},
"resolutions": {
"@types/react": "19.2.14"
}
}