{ "name": "raj", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@giscus/react": "^3.0.0", "@mdx-js/loader": "^3.0.0", "@mdx-js/react": "^3.0.0", "@n8n/chat": "^0.5.2", "@next/mdx": "^14.0.4", "@radix-ui/react-icons": "^1.3.0", "@radix-ui/react-slot": "^1.0.2", "@radix-ui/react-tooltip": "^1.0.7", "@types/mdx": "^2.0.10", "@types/react-highlight": "^0.12.8", "@types/react-syntax-highlighter": "^15.5.11", "@vercel/og": "^0.6.2", "@vercel/speed-insights": "^1.0.2", "class-variance-authority": "^0.7.0", "clsx": "^2.0.0", "framer-motion": "^10.17.12", "lucide-react": "^0.306.0", "nanoid": "^5.0.4", "next": "^14.1.0", "notion-client": "^6.16.0", "notion-types": "^6.16.0", "notion-utils": "^6.16.0", "p-memoize": "^7.1.1", "prismjs": "^1.29.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-highlight": "^0.15.0", "react-hooks": "^1.0.1", "react-notion-x": "^6.16.0", "react-syntax-highlighter": "^15.5.0", "sass": "^1.69.7", "sharp": "^0.33.1", "tailwind-merge": "^1.14.0", "tailwindcss-animate": "^1.0.7", "tailwindcss-animation-delay": "^1.2.0" }, "devDependencies": { "@tailwindcss/typography": "^0.5.10", "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", "autoprefixer": "^10", "eslint": "^8", "eslint-config-next": "^14.0.4", "postcss": "^8", "tailwindcss": "^3.4", "typescript": "^5" }, "volta": { "node": "18.19.1" } }