Burn it all to the ground and start with bun and a reorg

This commit is contained in:
2025-05-09 17:51:29 +01:00
parent 6eaf1d6b9f
commit 95f317fd75
82 changed files with 3001 additions and 13108 deletions

View File

@@ -2,60 +2,67 @@
"name": "next-portfolio",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"build:analyse": "ANALYZE=true npm run 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 --turbopack",
"preview": "next build && next start",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix"
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.712.0",
"@auth/drizzle-adapter": "^1.9.0",
"@aws-sdk/client-s3": "^3.800.0",
"@heroicons/react": "^2.2.0",
"@libsql/client": "^0.15.4",
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/bundle-analyzer": "^15.1.0",
"@next/mdx": "^15.1.0",
"@tailwindcss/typography": "^0.5.15",
"@tanstack/react-query": "^5.62.7",
"@tanstack/react-virtual": "^3.11.1",
"@trpc/client": "^11.0.0-rc.660",
"@trpc/react-query": "^11.0.0-rc.660",
"@trpc/server": "^11.0.0-rc.660",
"@types/better-sqlite3": "^7.6.12",
"@next/mdx": "^15.3.1",
"@t3-oss/env-nextjs": "^0.13.0",
"@tailwindcss/typography": "^0.5.16",
"@tanstack/react-query": "^5.74.11",
"@trpc/client": "^11.1.2",
"@trpc/react-query": "^11.1.2",
"@trpc/server": "^11.1.2",
"@types/bun": "^1.2.11",
"@types/mdx": "^2.0.13",
"@types/node": "^22.10.2",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"autoprefixer": "^10.4.20",
"babel-plugin-react-compiler": "beta",
"better-sqlite3": "^11.7.0",
"client-only": "^0.0.1",
"drizzle-kit": "^0.30.1",
"drizzle-orm": "^0.38.2",
"eslint": "^9.17.0",
"eslint-config-next": "^15.1.0",
"exif-reader": "^2.0.1",
"framer-motion": "^11.14.4",
"glob": "^11.0.0",
"million": "^3.1.11",
"next": "15.1.1-canary.5",
"next-auth": "5.0.0-beta.25",
"postcss": "^8.4.49",
"babel-plugin-react-compiler": "^19.1.0-rc.1",
"daisyui": "^5.0.35",
"drizzle-orm": "^0.43.1",
"exif-reader": "^2.0.2",
"framer-motion": "^12.9.4",
"glob": "^11.0.2",
"next": "^15.3.1",
"next-auth": "5.0.0-beta.27",
"radash": "^12.1.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-zoom-pan-pinch": "^3.6.1",
"reflect-metadata": "^0.2.2",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-zoom-pan-pinch": "^3.7.0",
"server-only": "^0.0.1",
"sharp": "^0.33.5",
"sharp": "^0.34.1",
"superjson": "^2.2.2",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.16",
"typescript": "^5.7.2",
"yet-another-react-lightbox": "^3.21.7",
"zod": "^3.24.1"
"yet-another-react-lightbox": "^3.23.0",
"zod": "^3.24.3"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@tailwindcss/postcss": "^4.1.4",
"@types/node": "^22.15.3",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"drizzle-kit": "^0.31.0",
"postcss": "^8.5.3",
"tailwindcss": "^4.1.4",
"typescript": "^5.8.3"
},
"ct3aMetadata": {
"initVersion": "7.39.3"
}
}
}