-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.31 KB
/
Copy pathpackage.json
File metadata and controls
83 lines (83 loc) · 2.31 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
75
76
77
78
79
80
81
82
83
{
"name": "jeremykreutzbender.com",
"license": "MIT",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 6001",
"build": "next build",
"start": "next start -p 6001",
"lint": "biome check",
"typecheck": "tsc --noEmit",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"test": "vitest"
},
"dependencies": {
"@base-ui/react": "^1.1.0",
"@hookform/resolvers": "^3.10.0",
"@mdx-js/loader": "3.1.1",
"@mdx-js/react": "3.1.1",
"@next/mdx": "16.2.1",
"@octokit/core": "^7.0.6",
"@octokit/graphql": "^9.0.3",
"@octokit/plugin-paginate-graphql": "^6.0.0",
"@react-email/components": "0.0.36",
"@redis/client": "^6.0.0",
"@vercel/analytics": "2.0.1",
"@vercel/speed-insights": "2.0.0",
"bright": "1.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"dayjs": "^1.11.19",
"geist": "^1.5.1",
"googleapis": "^171.4.0",
"gray-matter": "^4.0.3",
"lucide-react": "^0.555.0",
"next": "16.2.7",
"react": "19.2.7",
"react-dom": "19.2.7",
"react-hook-form": "^7.56.0",
"react-markdown": "^10.1.0",
"react-tweet": "3.3.1",
"rehype-autolink-headings": "^7.1.0",
"rehype-code-titles": "^1.2.1",
"rehype-slug": "^6.0.0",
"remark-frontmatter": "^5.0.0",
"remark-mdx-frontmatter": "^5.2.0",
"resend": "4.4.0",
"server-only": "^0.0.1",
"shadcn": "^3.7.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.4.0",
"zod": "^4.1.13"
},
"devDependencies": {
"@biomejs/biome": "2.0.6",
"@storybook/addon-links": "10.4.6",
"@tailwindcss/postcss": "^4.1.17",
"@tailwindcss/typography": "^0.5.19",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.0",
"@types/mdx": "^2.0.13",
"@types/node": "25.9.2",
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"dotenv": "^16.3.1",
"dotenv-flow": "^4.0.1",
"husky": "^9.1.7",
"jsdom": "^27.0.1",
"postcss": "^8",
"storybook": "^10.4.6",
"tailwindcss": "^4.1.17",
"ts-node": "^10.9.1",
"tsx": "4.22.4",
"tw-animate-css": "^1.4.0",
"typescript": "6.0.3",
"vitest": "^4.1.2",
"@storybook/nextjs-vite": "10.4.6",
"vite": "^8.0.0"
}
}