-
-
Notifications
You must be signed in to change notification settings - Fork 127
Expand file tree
/
Copy pathpackage.json
More file actions
174 lines (174 loc) · 5.88 KB
/
package.json
File metadata and controls
174 lines (174 loc) · 5.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
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
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
{
"name": "nelsonlai-dev",
"version": "0.0.0",
"license": "MIT",
"author": "Nelson Lai <me@nelsonlai.dev> (https://github.com/nelsonlaidev/)",
"type": "module",
"scripts": {
"analyze": "next experimental-analyze",
"build": "bun cosmos:export && next build",
"build:mdx": "content-collections build",
"check": "bun lint && bun typecheck && bun format:check && bun knip && bun check:i18n && bun lint:spell",
"check:i18n": "i18n-check -s en -l ./src/i18n/messages -u ./src -f next-intl",
"clean": "rm -rf .content-collections coverage test-results playwright-report tsconfig.tsbuildinfo .next next-env.d.ts node_modules cosmos-export cosmos.imports.ts",
"cosmos": "cosmos --expose-imports",
"cosmos:export": "cosmos-export --expose-imports",
"db:check": "bun with-env drizzle-kit check",
"db:generate": "bun with-env drizzle-kit generate",
"db:migrate": "bun with-env drizzle-kit migrate",
"db:push": "bun with-env drizzle-kit push",
"db:reset": "bun with-env tsx ./src/db/reset.ts",
"db:seed": "bun with-env tsx ./src/db/seed.ts",
"db:studio": "bun with-env drizzle-kit studio",
"dev": "next dev -p 3000",
"email:dev": "email dev --port 3001 --dir ./src/emails/templates",
"email:export": "email export --dir ./src/emails/templates",
"format": "oxfmt",
"format:check": "oxfmt --check",
"knip": "knip-bun",
"lint": "oxlint",
"lint:fix": "oxlint --fix",
"lint:spell": "cspell .",
"prepare": "lefthook install",
"start": "next start -p 3000",
"test:e2e": "bun with-env playwright test",
"test:e2e:inspector": "bun with-env playwright test $1 --debug",
"test:e2e:install": "bun with-env playwright install",
"test:e2e:ui": "bun with-env playwright test --ui",
"test:unit": "bun with-env vitest run",
"test:unit:coverage": "bun with-env vitest run --coverage",
"test:unit:ui": "bun with-env vitest --ui",
"test:unit:watch": "bun with-env vitest watch",
"typecheck": "tsc --noEmit",
"typegen": "next typegen",
"with-env": "bun --env-file=.env.local"
},
"dependencies": {
"@ark-ui/react": "5.35.0",
"@aws-sdk/client-s3": "3.1018.0",
"@aws-sdk/s3-request-presigner": "3.1018.0",
"@base-ui/react": "1.3.0",
"@fastify/deepmerge": "3.2.1",
"@icons-pack/react-simple-icons": "13.13.0",
"@number-flow/react": "0.6.0",
"@octokit/rest": "22.0.1",
"@orpc/client": "1.13.13",
"@orpc/server": "1.13.13",
"@orpc/tanstack-query": "1.13.13",
"@paralleldrive/cuid2": "3.3.0",
"@posthog/nextjs-config": "1.8.25",
"@react-email/components": "1.0.10",
"@shikijs/rehype": "4.0.2",
"@shikijs/transformers": "4.0.2",
"@t3-oss/env-nextjs": "0.13.11",
"@tanstack/react-form": "1.28.5",
"@tanstack/react-query": "5.95.2",
"@tanstack/react-table": "8.21.3",
"@upstash/ratelimit": "2.0.8",
"@upstash/redis": "1.37.0",
"@vercel/functions": "3.4.3",
"@vercel/speed-insights": "2.0.0",
"better-auth": "1.5.6",
"bowser": "2.14.1",
"canvas-confetti": "1.9.4",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"cmdk": "1.1.1",
"cobe": "2.0.1",
"dayjs": "1.11.20",
"drizzle-orm": "0.45.2",
"drizzle-zod": "0.8.3",
"fast-xml-parser": "5.5.9",
"github-slugger": "2.0.0",
"jose": "6.2.2",
"jotai": "2.19.0",
"lucide-react": "1.7.0",
"markdown-to-jsx": "9.7.13",
"merge-refs": "2.0.0",
"motion": "12.38.0",
"next": "16.2.1",
"next-intl": "4.8.3",
"next-themes": "0.4.6",
"nuqs": "2.8.9",
"postgres": "3.4.8",
"posthog-js": "1.364.1",
"posthog-node": "5.28.8",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-intersection-observer": "10.0.3",
"react-medium-image-zoom": "5.4.1",
"recharts": "2.15.4",
"remark": "15.0.1",
"remark-gfm": "4.0.1",
"resend": "6.9.4",
"rss": "1.2.2",
"server-only": "0.0.1",
"shiki": "4.0.2",
"sonner": "2.0.7",
"tailwind-merge": "3.5.0",
"tinycolor2": "1.6.0",
"tw-animate-css": "1.4.0",
"unified": "11.0.5",
"unist-util-visit": "5.1.0",
"use-debounce": "10.1.0",
"vaul": "1.1.2",
"vfile": "6.0.3",
"zod": "4.3.6"
},
"devDependencies": {
"@axe-core/playwright": "4.11.1",
"@content-collections/cli": "0.1.9",
"@content-collections/core": "0.14.3",
"@content-collections/mdx": "0.2.2",
"@content-collections/next": "0.2.11",
"@cspell/dict-es-es": "3.0.8",
"@cspell/dict-pt-br": "2.4.2",
"@lingual/i18n-check": "0.9.3",
"@nelsonlaidev/oxfmt-config": "0.1.0",
"@nelsonlaidev/oxlint-config": "0.1.0",
"@nelsonlaidev/typescript-config": "1.2.1",
"@playwright/test": "1.58.2",
"@react-email/preview-server": "5.2.10",
"@tailwindcss/postcss": "4.2.2",
"@tailwindcss/typography": "0.5.19",
"@tanstack/react-query-devtools": "5.95.2",
"@testing-library/jest-dom": "6.9.1",
"@testing-library/react": "16.3.2",
"@total-typescript/ts-reset": "0.6.1",
"@types/canvas-confetti": "1.9.0",
"@types/hast": "3.0.4",
"@types/mdast": "4.0.4",
"@types/node": "24.11.0",
"@types/react": "19.2.14",
"@types/rss": "0.0.32",
"@types/tinycolor2": "1.4.6",
"@vitejs/plugin-react": "6.0.1",
"@vitest/coverage-v8": "4.1.2",
"@vitest/ui": "4.1.2",
"consola": "3.4.2",
"cspell": "9.7.0",
"discord-api-types": "0.38.42",
"drizzle-kit": "0.31.10",
"execa": "9.6.1",
"jsdom": "29.0.1",
"knip": "6.0.6",
"lefthook": "2.1.4",
"oxfmt": "0.42.0",
"oxlint": "1.57.0",
"oxlint-tsgolint": "0.18.0",
"postcss-load-config": "6.0.1",
"react-cosmos": "7.2.0",
"react-cosmos-core": "7.2.0",
"react-cosmos-next": "7.2.0",
"react-email": "5.2.10",
"schema-dts": "2.0.0",
"tailwindcss": "4.2.2",
"tsx": "4.21.0",
"typescript": "6.0.2",
"vitest": "4.1.2"
},
"engines": {
"node": ">=24"
},
"packageManager": "bun@1.3.11"
}