diff --git a/bun.lockb b/bun.lockb index 02aedd1..414707f 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/next.config.mjs b/next.config.mjs index 3fe2d84..29b5698 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -9,9 +9,6 @@ const config = { swcMinify: true, reactStrictMode: true, - experimental: { - appDir: true, - }, images: { remotePatterns: [ { diff --git a/package.json b/package.json index f21f91d..14e9d45 100644 --- a/package.json +++ b/package.json @@ -1,68 +1,68 @@ { - "name": "blog", - "version": "1.0.0", - "private": true, - "type": "module", - "scripts": { - "format": "bun run prettier -w .", - "dev": "next dev", - "lint": "next lint", - "start": "next start", - "find-deadcode": "ts-prune | (! grep -v 'used in module')", - "ci": "next build && next-sitemap && bun run format", - "build": "next build && next-sitemap" - }, - "dependencies": { - "@heroicons/react": "^2.0.18", - "@keystatic/core": "^0.1.4", - "@keystatic/next": "^1.0.1", - "@next/env": "^13.4.19", - "@radix-ui/react-aspect-ratio": "^1.0.3", - "@radix-ui/react-avatar": "^1.0.3", - "@radix-ui/react-dropdown-menu": "^2.0.5", - "@radix-ui/react-hover-card": "^1.0.6", - "@radix-ui/react-navigation-menu": "^1.1.3", - "@radix-ui/react-popover": "^1.0.6", - "@radix-ui/react-separator": "^1.0.3", - "@radix-ui/react-slot": "^1.0.2", - "@trivago/prettier-plugin-sort-imports": "^4.2.0", - "@vercel/og": "^0.5.14", - "class-variance-authority": "^0.7.0", - "dayjs": "^1.11.9", - "framer-motion": "^10.16.4", - "lucide-react": "^0.279.0", - "next": "^13.4.19", - "next-sitemap": "^4.2.3", - "next-themes": "^0.2.1", - "react": "^18.2.0", - "react-dom": "^18.2.0", - "react-icons": "^4.10.1", - "sharp": "^0.32.6", - "tailwind-merge": "^1.14.0", - "tailwindcss-animate": "^1.0.7", - "zod": "^3.22.2", - "zod-validation-error": "^1.5.0" - }, - "devDependencies": { - "@next/eslint-plugin-next": "^13.4.19", - "@tailwindcss/typography": "^0.5.10", - "@types/node": "^20.6.2", - "@types/react": "^18.2.22", - "@types/react-dom": "^18.2.7", - "@typescript-eslint/eslint-plugin": "^6.7.2", - "@typescript-eslint/parser": "^6.7.2", - "autoprefixer": "^10.4.15", - "eslint": "^8.49.0", - "eslint-config-next": "^13.4.19", - "postcss": "^8.4.30", - "prettier": "^3.0.3", - "prettier-plugin-tailwindcss": "^0.5.4", - "shiki": "^0.14.4", - "tailwindcss": "^3.3.3", - "ts-prune": "^0.10.3", - "typescript": "^5.2.2" - }, - "ct3aMetadata": { - "initVersion": "7.3.2" - } + "name": "blog", + "version": "1.0.0", + "private": true, + "type": "module", + "scripts": { + "format": "bun run prettier -w .", + "dev": "next dev", + "lint": "next lint", + "start": "next start", + "find-deadcode": "ts-prune | (! grep -v 'used in module')", + "ci": "next build && next-sitemap && bun run format", + "build": "next build && next-sitemap" + }, + "dependencies": { + "@heroicons/react": "^2.0.18", + "@keystatic/core": "^0.1.4", + "@keystatic/next": "^1.0.1", + "@next/env": "^13.5.1", + "@radix-ui/react-aspect-ratio": "^1.0.3", + "@radix-ui/react-avatar": "^1.0.3", + "@radix-ui/react-dropdown-menu": "^2.0.5", + "@radix-ui/react-hover-card": "^1.0.6", + "@radix-ui/react-navigation-menu": "^1.1.3", + "@radix-ui/react-popover": "^1.0.6", + "@radix-ui/react-separator": "^1.0.3", + "@radix-ui/react-slot": "^1.0.2", + "@trivago/prettier-plugin-sort-imports": "^4.2.0", + "@vercel/og": "^0.5.15", + "class-variance-authority": "^0.7.0", + "dayjs": "^1.11.10", + "framer-motion": "^10.16.4", + "lucide-react": "^0.279.0", + "next": "^13.5.1", + "next-sitemap": "^4.2.3", + "next-themes": "^0.2.1", + "react": "^18.2.0", + "react-dom": "^18.2.0", + "react-icons": "^4.11.0", + "sharp": "^0.32.6", + "tailwind-merge": "^1.14.0", + "tailwindcss-animate": "^1.0.7", + "zod": "^3.22.2", + "zod-validation-error": "^1.5.0" + }, + "devDependencies": { + "@next/eslint-plugin-next": "^13.5.1", + "@tailwindcss/typography": "^0.5.10", + "@types/node": "^20.6.3", + "@types/react": "^18.2.22", + "@types/react-dom": "^18.2.7", + "@typescript-eslint/eslint-plugin": "^6.7.2", + "@typescript-eslint/parser": "^6.7.2", + "autoprefixer": "^10.4.15", + "eslint": "^8.49.0", + "eslint-config-next": "^13.5.1", + "postcss": "^8.4.30", + "prettier": "^3.0.3", + "prettier-plugin-tailwindcss": "^0.5.4", + "shiki": "^0.14.4", + "tailwindcss": "^3.3.3", + "ts-prune": "^0.10.3", + "typescript": "^5.2.2" + }, + "ct3aMetadata": { + "initVersion": "7.3.2" + } }