76 lines
2.1 KiB
JSON
76 lines
2.1 KiB
JSON
{
|
|
"name": "next-portfolio",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "next build",
|
|
"check": "biome check .",
|
|
"check:unsafe": "biome check --fix --unsafe .",
|
|
"check:write": "biome check --write .",
|
|
"db:generate": "drizzle-kit generate",
|
|
"db:migrate": "drizzle-kit migrate",
|
|
"db:push": "drizzle-kit push",
|
|
"db:studio": "drizzle-kit studio",
|
|
"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.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.5.4",
|
|
"@t3-oss/env-nextjs": "^0.13.8",
|
|
"@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/mdx": "^2.0.13",
|
|
"babel-plugin-react-compiler": "^19.1.0-rc.2",
|
|
"daisyui": "^5.1.18",
|
|
"drizzle-orm": "^0.44.2",
|
|
"exif-reader": "^2.0.2",
|
|
"framer-motion": "^12.23.21",
|
|
"glob": "^11.0.3",
|
|
"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.4",
|
|
"superjson": "^2.2.2",
|
|
"yet-another-react-lightbox": "^3.23.4",
|
|
"zod": "^4.1.11"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "2.2.5",
|
|
"@tailwindcss/postcss": "^4.1.11",
|
|
"@types/node": "24.5.2",
|
|
"@types/react": "^19.1.8",
|
|
"@types/react-dom": "^19.1.6",
|
|
"drizzle-kit": "^0.31.4",
|
|
"postcss": "^8.5.6",
|
|
"tailwindcss": "^4.1.11",
|
|
"typescript": "^5.8.3"
|
|
},
|
|
"ct3aMetadata": {
|
|
"initVersion": "7.39.3"
|
|
}
|
|
}
|