No idea where I'm at with this, I think somewhat near the end though
This commit is contained in:
34
package.json
34
package.json
@@ -12,54 +12,54 @@
|
||||
"db:migrate": "drizzle-kit migrate",
|
||||
"db:push": "drizzle-kit push",
|
||||
"db:studio": "drizzle-kit studio",
|
||||
"dev": "next dev --turbopack",
|
||||
"dev": "next dev --hostname 0.0.0.0 --turbopack",
|
||||
"preview": "next build && next start",
|
||||
"start": "next start",
|
||||
"typecheck": "tsc --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
"@auth/drizzle-adapter": "^1.10.0",
|
||||
"@aws-sdk/client-s3": "^3.839.0",
|
||||
"@aws-sdk/client-s3": "^3.896.0",
|
||||
"@heroicons/react": "^2.2.0",
|
||||
"@hookform/resolvers": "^5.2.1",
|
||||
"@libsql/client": "^0.15.9",
|
||||
"@mdx-js/loader": "^3.1.0",
|
||||
"@mdx-js/react": "^3.1.0",
|
||||
"@next/mdx": "^15.3.4",
|
||||
"@next/mdx": "^15.5.4",
|
||||
"@t3-oss/env-nextjs": "^0.13.8",
|
||||
"@tailwindcss/typography": "^0.5.16",
|
||||
"@tanstack/react-query": "^5.81.5",
|
||||
"@tiptap/extension-typography": "^3.2.2",
|
||||
"@tiptap/pm": "^3.2.2",
|
||||
"@tiptap/react": "^3.2.2",
|
||||
"@tiptap/starter-kit": "^3.2.2",
|
||||
"@tailwindcss/typography": "^0.5.19",
|
||||
"@tanstack/react-query": "^5.90.2",
|
||||
"@tiptap/extension-typography": "^3.5.1",
|
||||
"@tiptap/pm": "^3.5.1",
|
||||
"@tiptap/react": "^3.5.1",
|
||||
"@tiptap/starter-kit": "^3.5.1",
|
||||
"@total-typescript/ts-reset": "^0.6.1",
|
||||
"@trpc/client": "^11.4.3",
|
||||
"@trpc/react-query": "^11.4.3",
|
||||
"@trpc/server": "^11.4.3",
|
||||
"@types/bun": "^1.2.17",
|
||||
"@types/mdx": "^2.0.13",
|
||||
"babel-plugin-react-compiler": "^19.1.0-rc.2",
|
||||
"daisyui": "^5.0.43",
|
||||
"daisyui": "^5.1.18",
|
||||
"drizzle-orm": "^0.44.2",
|
||||
"exif-reader": "^2.0.2",
|
||||
"framer-motion": "^12.19.2",
|
||||
"framer-motion": "^12.23.21",
|
||||
"glob": "^11.0.3",
|
||||
"next": "^15.3.4",
|
||||
"next-auth": "5.0.0-beta.29",
|
||||
"next": "^15.5.4",
|
||||
"next-auth": "beta",
|
||||
"radash": "^12.1.1",
|
||||
"react": "^19.1.0",
|
||||
"react-dom": "^19.1.0",
|
||||
"react-error-boundary": "^6.0.0",
|
||||
"react-hook-form": "^7.62.0",
|
||||
"react-zoom-pan-pinch": "^3.7.0",
|
||||
"server-only": "^0.0.1",
|
||||
"sharp": "^0.34.2",
|
||||
"sharp": "^0.34.4",
|
||||
"superjson": "^2.2.2",
|
||||
"yet-another-react-lightbox": "^3.23.4",
|
||||
"zod": "^3.25.67"
|
||||
"zod": "^4.1.11"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "2.0.6",
|
||||
"@biomejs/biome": "2.2.5",
|
||||
"@tailwindcss/postcss": "^4.1.11",
|
||||
"@types/node": "24.5.2",
|
||||
"@types/react": "^19.1.8",
|
||||
|
||||
Reference in New Issue
Block a user