{ "name": "nextjs", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "dev:fast": "NEXT_TELEMETRY_DISABLED=1 next dev", "dev:turbo": "next dev --turbo", "build": "NEXT_TELEMETRY_DISABLED=1 next build", "start": "next start", "lint": "next lint", "type-check": "tsc --noEmit", "clean": "rm -rf .next node_modules/.cache" }, "dependencies": { "@hookform/resolvers": "^5.2.2", "@mapbox/rehype-prism": "^0.9.0", "@mdx-js/loader": "^3.1.1", "@mdx-js/react": "^3.1.1", "@next/mdx": "15.1.1", "@radix-ui/react-checkbox": "^1.1.2", "@radix-ui/react-label": "^2.1.7", "@radix-ui/react-radio-group": "^1.2.2", "@radix-ui/react-select": "^2.1.4", "@radix-ui/react-slot": "^1.2.3", "@radix-ui/react-switch": "^1.1.2", "@tabler/icons-react": "^3.35.0", "@types/mdx": "^2.0.13", "@types/node": "^20", "@types/react": "^18.2.0", "@types/react-dom": "^18.2.0", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "cobe": "0.6.5", "date-fns": "^4.1.0", "fast-glob": "^3.3.3", "framer-motion": "^11.11.17", "geist": "^1.5.1", "lucide-react": "^0.460.0", "next": "15.1.1", "next-themes": "^0.4.3", "prismjs": "^1.30.0", "react": "^18.3.1", "react-dom": "^18.3.1", "react-hook-form": "^7.53.0", "react-icons": "^5.3.0", "react-wrap-balancer": "^1.1.1", "reading-time": "^1.5.0", "remark-gfm": "^4.0.1", "sharp": "0.33.5", "styled-jsx": "^5.1.6", "tailwind-merge": "^2.5.4", "typescript": "^5", "zod": "^3.23.8" }, "devDependencies": { "eslint": "^8.57.0", "eslint-config-next": "15.1.1", "postcss": "^8.4.47", "tailwindcss": "^3.4.14" } }