From c9e63524cf1b27ca9a55e13b5f861362f8403a8b Mon Sep 17 00:00:00 2001 From: kleap-admin Date: Fri, 16 Jan 2026 15:56:15 +0000 Subject: [PATCH] Update package.json --- package.json | 49 ++++++++++++++++++++----------------------------- 1 file changed, 20 insertions(+), 29 deletions(-) diff --git a/package.json b/package.json index 07e0756..f509477 100644 --- a/package.json +++ b/package.json @@ -3,36 +3,30 @@ "version": "0.1.0", "private": true, "scripts": { - "dev": "bash scripts/install-deps.sh 2>/dev/null; next dev", - "postinstall": "bash scripts/install-deps.sh 2>/dev/null || true", - "prebuild": "node scripts/remove-cdn-for-vercel.js", + "dev": "next dev", "dev:fast": "NEXT_TELEMETRY_DISABLED=1 next dev", "dev:turbo": "next dev --turbo", - "build": "bash build-wrapper.sh", - "build:normal": "NEXT_TELEMETRY_DISABLED=1 next build", - "build:fallback": "NEXT_TELEMETRY_DISABLED=1 next build", - "build:emergency": "node scripts/emergency-build.js || (mkdir -p .next && echo 'OK' > .next/BUILD_ID)", - "build:fast": "NEXT_TELEMETRY_DISABLED=1 NEXT_SKIP_TYPE_CHECK=1 NEXT_SKIP_LINTING=1 next build", + "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", + "@hookform/resolvers": "^3.0.0", "@mapbox/rehype-prism": "^0.9.0", "@mdx-js/loader": "^3.1.1", "@mdx-js/react": "^3.1.1", - "@next/mdx": "^15.5.3", + "@next/mdx": "^15.1.7", "@radix-ui/react-checkbox": "^1.1.2", - "@radix-ui/react-label": "^2.1.7", + "@radix-ui/react-label": "^2.1.0", "@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-slot": "^1.1.0", "@radix-ui/react-switch": "^1.1.2", "@tabler/icons-react": "^3.35.0", "@types/mdx": "^2.0.13", - "@types/node": "^24", + "@types/node": "^20", "@types/react": "19.0.8", "@types/react-dom": "19.0.3", "class-variance-authority": "^0.7.1", @@ -40,37 +34,34 @@ "cobe": "0.6.5", "date-fns": "^4.1.0", "fast-glob": "^3.3.3", - "framer-motion": "^12.4.7", + "framer-motion": "^11.0.0", "geist": "^1.5.1", - "lucide-react": "^0.544.0", - "next": "15.1.9", - "next-themes": "^0.4.6", + "lucide-react": "^0.450.0", + "next": "15.1.7", + "next-themes": "^0.4.4", "prismjs": "^1.30.0", "react": "19.0.0", "react-dom": "19.0.0", - "react-hook-form": "^7.63.0", - "react-icons": "^5.5.0", + "react-hook-form": "^7.54.0", + "react-icons": "^5.4.0", "react-wrap-balancer": "^1.1.1", "reading-time": "^1.5.0", "remark-gfm": "^4.0.1", - "sharp": "0.34.4", + "sharp": "0.33.5", "styled-jsx": "^5.1.6", - "tailwind-merge": "^3.3.1", + "tailwind-merge": "^2.5.0", "typescript": "^5", - "zod": "^4.1.9" + "zod": "^3.23.0" }, "devDependencies": { - "baseline-browser-mapping": "^2.9.11", - "eslint": "^9.28.0", - "eslint-config-next": "15.1.9", + "eslint": "^9.15.0", + "eslint-config-next": "15.1.7", "tsx": "^4.19.2", - "vercel": "^50.0.0" + "postcss": "^8", + "tailwindcss": "^3.4.1" }, "overrides": { "@types/react": "19.0.8", "@types/react-dom": "19.0.3" - }, - "optionalDependencies": { - "@next/swc-darwin-arm64": "15.1.7" } } \ No newline at end of file