-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
149 lines (149 loc) · 4.75 KB
/
package.json
File metadata and controls
149 lines (149 loc) · 4.75 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
{
"name": "mike-bifulco-blog",
"description": "Just a place for me to put it all out into the world - mikebifulco.com",
"version": "0.1.0",
"author": "Mike Bifulco <hello@mikebifulco.com>",
"license": "MIT",
"packageManager": "pnpm@10.26.0+sha512.3b3f6c725ebe712506c0ab1ad4133cf86b1f4b687effce62a9b38b4d72e3954242e643190fc51fa1642949c735f403debd44f5cb0edd657abe63a8b6a7e1e402",
"engines": {
"node": ">=24.6.0",
"pnpm": "10"
},
"scripts": {
"analyze": "ANALYZE=true next build",
"analyze:new": "next experimental-analyze",
"prebuild": "npx tsx scripts/prebuild.ts",
"dev:prebuild": "pnpm run prebuild",
"build": "next build",
"postbuild": "npx tsx scripts/postbuild.ts",
"dev": "next dev --inspect",
"knip": "knip",
"email": "email dev --dir ./src/utils/email/templates",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md,mdx}\"",
"start": "next start",
"test": "pnpm run test:unit && pnpm run test:e2e",
"test:unit": "vitest run",
"test:unit:watch": "vitest",
"test:unit:coverage": "vitest run --coverage",
"test:e2e": "playwright test",
"test:e2e:headed": "playwright test --headed",
"typecheck": "tsc --noEmit",
"lint": "pnpm eslint .",
"eslint-check": "pnpm eslint --print-config . | pnpm eslint-config-prettier-check"
},
"dependencies": {
"@cloudinary/url-gen": "^1.22.0",
"@headlessui/react": "^2.2.9",
"@mdx-js/mdx": "^3.1.1",
"@mdx-js/react": "^3.1.1",
"@next/bundle-analyzer": "16.2.2",
"@number-flow/react": "^0.6.0",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-navigation-menu": "^1.2.14",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-tooltip": "^1.2.8",
"@react-email/components": "^1.0.11",
"@react-email/render": "^2.0.5",
"@t3-oss/env-nextjs": "^0.13.11",
"@tailwindcss/typography": "^0.5.19",
"@tanstack/react-query": "^5.96.2",
"@trpc/client": "11.16.0",
"@trpc/next": "11.16.0",
"@trpc/react-query": "11.16.0",
"@trpc/server": "11.16.0",
"@types/mdx": "^2.0.13",
"@upstash/ratelimit": "^2.0.8",
"@upstash/redis": "^1.37.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"date-fns": "^4.1.0",
"fathom-client": "^3.7.2",
"feed": "^5.2.0",
"gray-matter": "^4.0.3",
"lucide-react": "^1.7.0",
"micro": "^10.0.1",
"next": "16.2.3",
"next-cloudinary": "^6.17.5",
"next-mdx-remote": "6.0.0",
"nuqs": "^2.8.9",
"pluralize": "^8.0.0",
"postcss": "^8.5.8",
"posthog-js": "^1.364.7",
"posthog-node": "^5.28.11",
"prism-react-renderer": "^2.4.1",
"react": "19.2.4",
"react-aria": "^3.47.0",
"react-dom": "19.2.4",
"react-email": "5.2.10",
"react-hook-form": "^7.72.1",
"react-stately": "^3.45.0",
"rehype-img-size": "^1.0.1",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.1",
"resend": "^6.10.0",
"sass": "^1.99.0",
"sharp": "^0.34.5",
"slugify": "^1.6.9",
"sonner": "^2.0.7",
"superjson": "^2.2.6",
"svix": "^1.90.0",
"tailwind-merge": "^3.5.0",
"tailwindcss-animate": "^1.0.7",
"zod": "^4.3.6"
},
"devDependencies": {
"@eslint/js": "^9.39.4",
"@ianvs/prettier-plugin-sort-imports": "^4.7.1",
"@next/eslint-plugin-next": "16.2.2",
"@playwright/test": "^1.59.1",
"@react-email/preview-server": "5.2.10",
"@tailwindcss/postcss": "^4.2.2",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/eslint-plugin-jsx-a11y": "^6.10.1",
"@types/node": "^25.5.2",
"@types/pluralize": "^0.0.33",
"@types/react": "19.2.14",
"@typescript-eslint/eslint-plugin": "^8.58.0",
"@typescript-eslint/parser": "^8.58.0",
"@vitejs/plugin-react": "^6.0.1",
"babel-plugin-react-compiler": "^1.0.0",
"dotenv": "^17.4.0",
"eslint": "9.39.4",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react-compiler": "19.1.0-rc.2",
"eslint-plugin-unused-imports": "^4.4.1",
"github-slugger": "^2.0.0",
"jiti": "^2.6.1",
"jsdom": "^29.0.1",
"knip": "^6.3.0",
"pagefind": "^1.4.0",
"prettier": "^3.8.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"schema-dts": "^2.0.0",
"tailwindcss": "^4.2.2",
"tsx": "^4.21.0",
"typescript": "5.9.3",
"typescript-eslint": "^8.58.0",
"vite": "^8.0.5",
"vite-tsconfig-paths": "^6.1.1",
"vitest": "^4.1.2"
},
"repository": {
"type": "git",
"url": "https://github.com/mbifulco/blog"
},
"bugs": {
"url": "https://github.com/mbifulco/blog/issues"
},
"pnpm": {
"overrides": {
"next": "16.2.3",
"tailwindcss": "^4.2.2"
}
}
}