first commit

This commit is contained in:
Beyhan Oğur
2026-04-26 22:16:43 +03:00
commit 6d95e27114
97 changed files with 15687 additions and 0 deletions

42
package.json Normal file
View File

@@ -0,0 +1,42 @@
{
"name": "next-go-blog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@reduxjs/toolkit": "^2.11.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"ioredis": "^5.9.2",
"js-cookie": "^3.0.5",
"lucide-react": "^0.563.0",
"next": "16.1.6",
"next-auth": "^4.24.13",
"next-themes": "^0.4.6",
"nextjs-turnstile": "^1.0.3",
"radix-ui": "^1.4.3",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-redux": "^9.2.0",
"sweetalert2": "^11.26.18",
"tailwind-merge": "^3.4.0",
"zod": "^4.3.6"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/js-cookie": "^3.0.6",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.1.6",
"tailwindcss": "^4",
"tw-animate-css": "^1.4.0",
"typescript": "^5"
}
}