forked from blefnk/relivator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
429 lines (429 loc) · 17 KB
/
package.json
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
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
{
"name": "relivator-nextjs-template",
"version": "1.3.0",
"private": true,
"author": {
"name": "Nazar Kornienko",
"email": "[email protected]",
"url": "https://github.com/blefnk/relivator-nextjs-template"
},
"type": "module",
"scripts": {
"addons": "tsx addons/scripts/manager.ts",
"appts": "redrun knip lint format typecheck build",
"appts:env": "redrun deps lint:env knip lint format typecheck build",
"appts:nobuild": "redrun deps knip lint format typecheck",
"appts:noknip": "redrun deps lint format typecheck build",
"appts:noknip-noputout": "redrun deps lint:noputout format typecheck build",
"appts:noknip-verbose": "redrun deps lint:verbose format typecheck build",
"appts:putout": "redrun deps knip lint:putout lint format typecheck build",
"appts:verbose": "redrun deps knip lint:verbose format typecheck build",
"build": "next build",
"build:verbose": "pnpm timestamp && next build -d && pnpm timestamp",
"check": "redrun check:biome check:compiler check:eslint",
"check:biome": "biome check --reporter=summary",
"check:compiler": "pnpm dlx react-compiler-healthcheck@latest",
"check:eslint": "cross-env TIMING=10 eslint --debug --fix .",
"check:execa": "tsx src/utils/execa/check.ts",
"consider:preinstall": "tsx -e \"if(process.env.CI == 'true') {consola.info('Skipping preinstall...')} else {process.exit(1)}\" || npx -y only-allow pnpm",
"db:generate": "drizzle-kit generate",
"db:migrate": "drizzle-kit migrate",
"db:push": "npx drizzle-kit push",
"db:studio": "drizzle-kit studio",
"deploy": "vercel",
"deps": "redrun deps:check deps:locations",
"deps:check": "tsx packageJson.ts find-unregistered-packages",
"deps:info": "tsx packageJson.ts info",
"deps:install": "tsx packageJson.ts welcome",
"deps:install-all": "tsx packageJson.ts install-all-packages",
"deps:locations": "tsx packageJson.ts find-incorrectly-placed-packages",
"deps:updates": "tsx packageJson.ts updates",
"deps:use": "tsx packageJson.ts use",
"deps:use-next-14": "tsx packageJson.ts use next-14",
"deps:use-next-15": "tsx packageJson.ts use next-15-unstable",
"deps:use-next-15-rc": "tsx packageJson.ts use next-15-rc",
"deps:use-react-18": "tsx packageJson.ts use react-18",
"deps:use-react-19": "tsx packageJson.ts use react-19-unstable",
"deps:use-tailwind-3": "tsx packageJson.ts use tailwind-3",
"deps:use-tailwind-4": "tsx packageJson.ts use tailwind-4-unstable",
"dev": "next dev",
"dev:drizzle": "redrun db:studio",
"dev:eslint": "pnpm eslint --inspect-config",
"dev:novu": "pnpm dlx novu@latest dev",
"dev:stripe": "redrun stripe:listen",
"esd:activate": "cross-env ESLINT_USE_FLAT_CONFIG=true eslint_d restart",
"fix:codemod": "redrun fix:codemod-next-community fix:codemod-react",
"fix:codemod-next-community": "codemod next/13/new-link && codemod next/13/app-router-recipe --target src",
"fix:codemod-next-official": "pnpm dlx @next/codemod --dry --print",
"fix:codemod-react": "codemod react/19/migration-recipe --target src",
"fix:putout-unstable": "redrun putout:dont-run-manually format:biome lint:biome reli:eslint check:eslint lint:biome format:biome build",
"format": "redrun format:biome",
"format:biome": "biome format --write .",
"fs:clean": "redrun rm:next rm:other rm:node_modules rm:lock",
"install:global": "pnpm add -g vercel@latest codemod@latest eslint_d@latest",
"knip": "knip",
"latest": "redrun latest:all && pnpm latest:overrides",
"latest:all": "pnpm update --latest",
"latest:auth": "pnpm add next-auth@beta",
"latest:next": "pnpm add next@canary react@rc react-dom@rc",
"latest:overrides": "redrun latest:auth latest:trpc",
"latest:trpc": "pnpm add @trpc/server@next @trpc/client@next @trpc/react-query@next",
"lint": "redrun reli:eslint lint:eslint lint:biome",
"lint:biome": "biome lint --write .",
"lint:d": "redrun reli:eslint lint:esd lint:biome",
"lint:env": "tsx --env-file=.env addons/scripts/reliverse/relimter/core/env",
"lint:esd": "eslint_d --cache --fix .",
"lint:eslint": "eslint --cache --fix .",
"lint:json": "redrun lint:json-academy",
"lint:json-academy": "tsx addons/scripts/reliverse/academy/checkJsonFiles.ts",
"lint:noputout": "redrun reli:eslint lint:eslint lint:biome",
"lint:putout": "tsx addons/scripts/reliverse/relimter/putout/tasks && cross-env NO_ESLINT=1 putout .",
"lint:python": "ruff format && ruff check --fix",
"lint:verbose": "redrun reli:eslint check:eslint lint:biome",
"postinstall": "tsx reliverse.info.ts",
"putout:dont-run-manually": "pnpm lint:putout --fix",
"reli": "tsx addons/scripts/manager.ts",
"reli:academy": "tsx addons/scripts/reliverse/academy",
"reli:disabler": "tsx addons/scripts/reliverse/disabler",
"reli:eslint": "tsx addons/scripts/reliverse/relimter/eslint/tasks",
"reli:help": "tsx reliverse.info.ts",
"reli:prepare": "pnpm install && pnpm latest && pnpm appts",
"reli:python": "py addons/scripts/reliverse/relimter/python/index.py",
"reli:relimter": "tsx addons/scripts/reliverse/relimter",
"reli:setup": "tsx reliverse.setup.ts",
"reli:vscode": "tsx addons/scripts/reliverse/presets/vscode",
"relimter": "tsx addons/scripts/reliverse/relimter",
"relimter:codemod": "redrun relimter",
"rm:lock": "fse remove pnpm-lock.yaml",
"rm:next": "fse remove .next",
"rm:node_modules": "fse remove node_modules",
"rm:other": "pnpm fse remove .million && pnpm fse remove .eslintcache && pnpm fse remove tsconfig.tsbuildinfo",
"stargazers:build": "remotion render addons/remotion/index.ts main public/internal/stargazers.mp4 --log verbose",
"stargazers:start": "remotion studio addons/remotion/index.ts",
"start": "next start",
"stripe:listen": "stripe listen --forward-to localhost:3000/api/webhooks/stripe --latest",
"system": "envinfo --system --binaries --utilities",
"timestamp": "tsx -e \"console.log(new Date())\" > addons/.output/timestamp.log",
"turbo": "next dev --turbo",
"turbo:appts": "turbo knip lint format typecheck turbo:build",
"turbo:build": "pnpm turbo:reli && turbo build",
"turbo:dev": "turbo dev",
"turbo:reli": "tsx reliverse.info.ts --turbo",
"tw:v3": "npx nypm add tailwindcss@latest postcss autoprefixer",
"tw:v4": "npx nypm add tailwindcss@next @tailwindcss/postcss@next @tailwindcss/cli@next",
"typecheck": "tsc --noEmit",
"typestat": "typestat --config typestat.json",
"verbose:analyze": "NODE_OPTIONS=--max-old-space-size=4096 ANALYZE=true pnpm build"
},
"dependencies": {
"@atao60/fse-cli": "^0.1.9",
"@auth/core": "^0.34.2",
"@auth/drizzle-adapter": "^1.4.2",
"@clack/prompts": "^0.7.0",
"@clerk/localizations": "^2.6.0",
"@clerk/nextjs": "^5.3.2",
"@clerk/themes": "^2.1.21",
"@clerk/types": "^4.14.0",
"@dicebear/collection": "^9.2.1",
"@dicebear/core": "^9.2.1",
"@eslint-react/eslint-plugin": "^1.11.0",
"@faire/mjml-react": "^3.3.0",
"@faker-js/faker": "^8.4.1",
"@hookform/resolvers": "^3.9.0",
"@inquirer/prompts": "^5.3.8",
"@libsql/client": "^0.9.0",
"@loglib/tracker": "^0.8.0",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@million/lint": "1.0.0-rc.84",
"@mnrendra/read-package": "^2.4.0",
"@neondatabase/serverless": "^0.9.4",
"@next/bundle-analyzer": "^14.2.5",
"@next/eslint-plugin-next": "^14.2.5",
"@next/mdx": "^14.2.5",
"@normy/react-query": "^0.14.3",
"@planetscale/database": "^1.19.0",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-alert-dialog": "^1.1.1",
"@radix-ui/react-aspect-ratio": "^1.1.0",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-hover-card": "^1.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-menubar": "^1.1.1",
"@radix-ui/react-navigation-menu": "^1.2.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slider": "^1.2.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/react-tooltip": "^1.1.2",
"@radix-ui/themes": "^3.1.3",
"@react-email/components": "^0.0.22",
"@react-email/head": "^0.0.10",
"@react-email/html": "^0.0.9",
"@react-email/img": "^0.0.9",
"@react-email/tailwind": "^0.0.19",
"@reliverse/core": "npm:@jsr/reliverse__core@^0.1.0",
"@reliverse/fs": "^0.6.0",
"@remotion/bundler": "^4.0.201",
"@remotion/cli": "^4.0.201",
"@remotion/eslint-config": "^4.0.201",
"@remotion/renderer": "^4.0.201",
"@simplewebauthn/browser": "^10.0.0",
"@simplewebauthn/server": "^10.0.1",
"@stripe/react-stripe-js": "^2.8.0",
"@stripe/stripe-js": "^4.3.0",
"@t3-oss/env-nextjs": "^0.11.0",
"@tailwindcss/postcss": "0.0.0-development.1",
"@tanstack/react-query": "^5.52.0",
"@tanstack/react-query-devtools": "^5.52.0",
"@tanstack/react-query-next-experimental": "^5.52.0",
"@tanstack/react-table": "^8.20.1",
"@trpc/client": "11.0.0-rc.482",
"@trpc/react-query": "11.0.0-rc.482",
"@trpc/server": "11.0.0-rc.482",
"@udecode/plate-autoformat": "^36.4.0",
"@udecode/plate-basic-marks": "^36.0.0",
"@udecode/plate-block-quote": "^36.0.0",
"@udecode/plate-break": "^36.3.8",
"@udecode/plate-code-block": "^36.0.0",
"@udecode/plate-common": "^36.3.9",
"@udecode/plate-heading": "^36.0.12",
"@udecode/plate-highlight": "^36.0.0",
"@udecode/plate-horizontal-rule": "^36.0.0",
"@udecode/plate-indent-list": "^36.5.2",
"@udecode/plate-list": "^36.5.2",
"@udecode/plate-media": "^36.5.3",
"@udecode/plate-node-id": "^36.3.6",
"@udecode/plate-normalizers": "^36.0.0",
"@udecode/plate-paragraph": "^36.0.0",
"@udecode/plate-reset-node": "^36.5.2",
"@udecode/plate-select": "^36.0.0",
"@udecode/plate-table": "^36.3.8",
"@udecode/plate-trailing-block": "^36.0.0",
"@uidotdev/usehooks": "^2.4.1",
"@uploadthing/react": "^6.7.2",
"@vercel/analytics": "^1.3.1",
"@vercel/flags": "^2.6.0",
"@vercel/speed-insights": "^1.0.12",
"@vercel/toolbar": "^0.1.15",
"@xyflow/react": "^12.1.1",
"ajv": "^8.17.1",
"ajv-formats": "^3.0.1",
"axios": "^1.7.4",
"better-sqlite3": "^11.1.2",
"c12": "^1.11.1",
"citty": "^0.1.6",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"commander": "^12.1.0",
"consola": "^3.2.3",
"cookies-next": "^4.2.1",
"cropperjs": "^1.6.2",
"dayjs": "^1.11.13",
"destr": "^2.0.3",
"dotenv": "^16.4.5",
"dotenv-cli": "^7.4.2",
"drizzle-orm": "^0.33.0",
"drizzle-zod": "^0.5.1",
"embla-carousel-react": "^8.2.0",
"flowbite-react": "^0.10.1",
"fs-extra": "^11.2.0",
"glob": "^11.0.0",
"input-otp": "^1.2.4",
"jsonc-eslint-parser": "^2.4.0",
"log4js": "^6.9.1",
"lucide-react": "^0.428.0",
"mathjs": "^13.0.3",
"mdx": "^0.3.1",
"million": "^3.1.11",
"minimatch": "^10.0.1",
"modern-errors": "^7.0.1",
"modern-errors-cli": "^5.0.0",
"modern-errors-serialize": "^6.1.0",
"montag": "^1.2.1",
"mysql2": "^3.11.0",
"nanoid": "^5.0.7",
"nanotar": "^0.1.1",
"next": "14.2.5",
"next-intl": "^3.17.4",
"next-superjson-plugin": "^0.6.3",
"next-themes": "^0.3.0",
"nextjs-google-analytics": "^2.3.7",
"node-fetch-native": "^1.6.4",
"nodemailer": "^6.9.14",
"nuqs": "^1.17.8",
"nypm": "^0.3.9",
"ofetch": "^1.3.4",
"ora": "^8.1.0",
"pathe": "^1.1.2",
"pg": "^8.12.0",
"pick-random-weighted": "^2.0.0",
"picocolors": "^1.0.1",
"postgres": "^3.4.4",
"prettyjson": "^1.2.5",
"radash": "^12.1.0",
"react": "18.3.1",
"react-cropper": "^2.3.3",
"react-day-picker": "^9.0.8",
"react-dom": "18.3.1",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.52.2",
"react-medium-image-zoom": "^5.2.8",
"react-syntax-highlighter": "^15.5.0",
"react-wrap-balancer": "^1.1.1",
"recharts": "^2.12.7",
"redrun": "^11.0.5",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.0",
"remark-mdx": "^3.0.1",
"remotion": "^4.0.201",
"resend": "^4.0.0",
"semver": "^7.6.3",
"server-only": "^0.0.1",
"sharp": "^0.33.5",
"slate": "^0.103.0",
"slate-history": "^0.100.0",
"slate-react": "^0.108.0",
"std-env": "^3.7.0",
"string-ts": "^2.2.0",
"stripe": "^16.8.0",
"superjson": "^2.2.1",
"tailwind-merge": "^2.5.2",
"tailwind-variants": "^0.2.1",
"tailwindcss-animate": "^1.0.7",
"tasuku": "^2.0.1",
"try-catch": "^3.0.1",
"try-to-catch": "^3.0.1",
"ufo": "^1.5.4",
"uncrypto": "^0.1.3",
"uploadthing": "^6.13.2",
"uuid": "^10.0.0",
"vaul": "^0.9.1",
"zod": "^3.23.8",
"zustand": "^4.5.5"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@cspell/dict-companies": "^3.1.4",
"@cspell/dict-de-de": "^4.0.0",
"@cspell/dict-es-es": "^3.0.0",
"@cspell/dict-fa-ir": "^4.0.0",
"@cspell/dict-fr-fr": "^2.2.2",
"@cspell/dict-fullstack": "^3.2.0",
"@cspell/dict-it-it": "^3.1.0",
"@cspell/dict-markdown": "^2.0.2",
"@cspell/dict-npm": "^5.0.18",
"@cspell/dict-pl_pl": "^3.0.1",
"@cspell/dict-tr-tr": "^3.0.0",
"@cspell/dict-typescript": "^3.1.6",
"@cspell/dict-uk-ua": "^4.0.1",
"@eslint/js": "^9.9.0",
"@putout/eslint-flat": "^2.0.0",
"@putout/plugin-apply-montag": "^1.1.1",
"@putout/plugin-apply-nullish-coalescing": "^2.0.0",
"@putout/plugin-apply-shorthand-properties": "^5.1.1",
"@putout/plugin-convert-assert-to-with": "^2.0.0",
"@putout/plugin-convert-is-nan-to-number-is-nan": "^1.0.0",
"@putout/plugin-convert-throw": "^1.0.1",
"@putout/plugin-nextjs": "^3.0.0",
"@putout/plugin-react": "^1.3.0",
"@putout/plugin-react-hook-form": "^4.0.0",
"@putout/plugin-react-hooks": "^6.0.0",
"@stylistic/eslint-plugin": "^2.6.4",
"@tailwindcss/cli": "^0.1.2",
"@tanstack/eslint-plugin-query": "^5.52.0",
"@total-typescript/ts-reset": "^0.5.1",
"@types/better-sqlite3": "^7.6.11",
"@types/eslint": "^9.6.0",
"@types/eslint__js": "^8.42.3",
"@types/fs-extra": "^11.0.4",
"@types/glob": "^8.1.0",
"@types/mdx": "^2.0.13",
"@types/node": "^22.4.1",
"@types/pg": "^8.11.6",
"@types/prettyjson": "^0.0.33",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/semver": "^7.5.8",
"@types/try-catch": "^3.0.2",
"@types/try-to-catch": "^3.0.3",
"@types/uuid": "^10.0.0",
"@types/yargs": "^17.0.33",
"autoprefixer": "^10.4.20",
"codeup": "^0.0.4",
"cross-env": "^7.0.3",
"cspell": "^8.14.2",
"deadfile": "^2.1.1",
"drizzle-kit": "^0.24.0",
"envinfo": "^7.13.0",
"eslint": "^9.9.0",
"eslint-plugin-barrel-files": "^2.1.0",
"eslint-plugin-drizzle": "^0.2.3",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import-x": "^3.1.0",
"eslint-plugin-jsonc": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-markdown": "^5.1.0",
"eslint-plugin-mdx": "^3.1.5",
"eslint-plugin-n": "^17.10.2",
"eslint-plugin-no-comments": "^1.1.10",
"eslint-plugin-no-relative-import-paths": "^1.5.5",
"eslint-plugin-perfectionist": "^3.2.0",
"eslint-plugin-promise": "^7.1.0",
"eslint-plugin-putout": "^22.10.0",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.10",
"eslint-plugin-readable-tailwind": "^1.7.0",
"eslint-plugin-regexp": "^2.6.0",
"eslint-plugin-sonarjs": "^1.0.4",
"eslint-plugin-sort": "^3.0.2",
"eslint-plugin-sort-exports": "^0.9.1",
"eslint-plugin-tailwindcss": "^3.17.4",
"eslint-plugin-unicorn": "^55.0.0",
"eslint-plugin-yml": "^1.14.0",
"fast-npm-meta": "^0.2.2",
"globals": "^15.9.0",
"knip": "^5.27.2",
"magicast": "^0.3.4",
"next-auth": "5.0.0-beta.20",
"postcss": "^8.4.41",
"putout": "^36.0.5",
"tailwindcss": "^3.4.10",
"tsx": "^4.17.0",
"turbo": "^2.0.14",
"typescript": "5.6.0-beta",
"typescript-eslint": "^8.2.0",
"typestat": "^0.7.3",
"yargs": "^17.7.2"
},
"packageManager": "[email protected]+sha512.dc09430156b427f5ecfc79888899e1c39d2d690f004be70e05230b72cb173d96839587545d09429b55ac3c429c801b4dc3c0e002f653830a420fa2dd4e3cf9cf",
"pnpm": {
"allowedDeprecatedVersions": {
"inflight": "*",
"glob": "*",
"opn": "*"
},
"peerDependencyRules": {
"allowedVersions": {
"@simplewebauthn/browser": "10",
"@simplewebauthn/server": "10",
"eslint": "9",
"react-dom": "18",
"react": "18"
}
}
}
}