{ "name": "blog-frontend", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "eslint" }, "dependencies": { "@headlessui/react": "^2.2.9", "@heroicons/react": "^2.2.0", "@tanstack/react-query": "^5.90.12", "@uiw/react-md-editor": "^4.0.11", "axios": "^1.13.2", "clsx": "^2.1.1", "date-fns": "^4.1.0", "lucide-react": "^0.562.0", "next": "16.1.1", "react": "19.2.3", "react-dom": "19.2.3", "react-hook-form": "^7.69.0", "react-markdown": "^10.1.0", "zustand": "^5.0.9" }, "devDependencies": { "@tailwindcss/postcss": "^4", "@tailwindcss/typography": "^0.5.19", "@types/node": "^25", "@types/react": "^19", "@types/react-dom": "^19", "babel-plugin-react-compiler": "1.0.0", "eslint": "^9", "eslint-config-next": "16.1.1", "tailwindcss": "^4", "typescript": "^5" } }