{ "name": "firecrawl-style-guide", "version": "1.0.0", "private": true, "scripts": { "dev": "lsof -ti:3000,3001 | xargs kill -9 2>/dev/null || true && next dev", "dev:all": "concurrently \"npx convex dev\" \"npm run dev\"", "build": "next build", "start": "next start", "lint": "next lint", "test": "playwright test", "test:ui": "playwright test --ui", "test:headed": "playwright test --headed", "test:mcp": "playwright test tests/add-remote-mcp.spec.ts", "test:workflow": "node scripts/test-workflow.js", "test:all": "bash scripts/test-all-templates.sh", "test:simple": "PORT=3003 node scripts/test-workflow.js simple-scraper", "test:search": "PORT=3003 node scripts/test-workflow.js web-search", "test:price": "PORT=3003 node scripts/test-workflow.js price-tracker", "test:research": "PORT=3003 node scripts/test-workflow.js content-research", "test:data": "PORT=3003 node scripts/test-workflow.js data-extractor", "test:pagination": "PORT=3003 node scripts/test-workflow.js pagination-scraper", "test:approval": "PORT=3003 node scripts/test-workflow.js approval-workflow", "test:tools": "PORT=3003 node scripts/test-workflow.js agent-with-tools", "test:e2e": "playwright test", "test:e2e:ui": "playwright test --ui", "test:e2e:headed": "playwright test --headed", "test:deepwiki": "playwright test tests/add-deepwiki-mcp.spec.ts", "test:comprehensive": "playwright test tests/comprehensive-workflow-tests.spec.ts", "test:templates": "playwright test tests/template-verification.spec.ts", "test:streaming": "bash tests/streaming-tests.sh", "test:comprehensive:ui": "playwright test tests/comprehensive-workflow-tests.spec.ts --ui", "test:comprehensive:headed": "playwright test tests/comprehensive-workflow-tests.spec.ts --headed", "test:templates:ui": "playwright test tests/template-verification.spec.ts --ui", "test:templates:headed": "playwright test tests/template-verification.spec.ts --headed", "test:all:comprehensive": "npm run test:comprehensive && npm run test:templates && npm run test:streaming" }, "dependencies": { "@anthropic-ai/sdk": "^0.65.0", "@arcadeai/arcadejs": "^1.11.1", "@clerk/nextjs": "^6.33.4", "@composio/core": "^0.2.0", "@copilotkit/react-core": "^1.10.6", "@copilotkit/react-ui": "^1.10.6", "@copilotkit/sdk-js": "^1.10.6", "@e2b/code-interpreter": "^2.0.1", "@hookform/resolvers": "^5.2.2", "@langchain/core": "^0.3.78", "@langchain/langgraph": "^0.4.9", "@langchain/openai": "^0.3.0", "@modelcontextprotocol/sdk": "^1.20.0", "@radix-ui/react-accordion": "^1.2.12", "@radix-ui/react-alert-dialog": "^1.1.15", "@radix-ui/react-collapsible": "^1.1.0", "@radix-ui/react-context-menu": "^2.2.16", "@radix-ui/react-dialog": "^1.0.5", "@radix-ui/react-dropdown-menu": "^2.0.6", "@radix-ui/react-label": "^2.1.7", "@radix-ui/react-navigation-menu": "^1.2.14", "@radix-ui/react-popover": "^1.1.15", "@radix-ui/react-progress": "^1.1.7", "@radix-ui/react-scroll-area": "^1.2.10", "@radix-ui/react-select": "^2.2.6", "@radix-ui/react-separator": "^1.1.7", "@radix-ui/react-slider": "^1.3.6", "@radix-ui/react-slot": "^1.0.2", "@radix-ui/react-switch": "^1.2.6", "@radix-ui/react-tabs": "^1.0.4", "@radix-ui/react-toggle": "^1.1.10", "@radix-ui/react-tooltip": "^1.0.7", "@tabler/icons-react": "^3.0.1", "@tailwindcss/typography": "^0.5.13", "@types/lodash-es": "^4.17.12", "@types/prismjs": "^1.26.3", "@types/react-syntax-highlighter": "^15.5.13", "@xyflow/react": "^12.8.6", "class-variance-authority": "^0.7.0", "classnames": "^2.5.1", "clsx": "^2.1.0", "convex": "^1.28.0", "convex-helpers": "^0.1.104", "copy-to-clipboard": "^3.3.3", "framer-motion": "^11.1.7", "geist": "^1.4.2", "jotai": "^2.15.0", "lodash-es": "^4.17.21", "lucide-react": "^0.539.0", "motion": "^12.20.2", "nanoid": "^5.1.6", "next": "^16.0.0-canary.8", "node-fetch": "^3.3.2", "nuqs": "^2.3.1", "openai": "^5.13.1", "pixi.js": "^8.9.0", "prismjs": "^1.29.0", "react": "^19.0.0", "react-dom": "^19.0.0", "react-hook-form": "^7.64.0", "react-syntax-highlighter": "^15.6.1", "server-only": "^0.0.1", "sonner": "^1.4.41", "tailwind-gradient-mask-image": "^1.2.0", "tailwind-merge": "^2.2.1", "usehooks-ts": "^3.1.1", "zod": "^3.25.76" }, "devDependencies": { "@playwright/test": "^1.56.0", "@types/node": "^20.10.4", "@types/react": "^19.0.5", "@types/react-dom": "^19.0.3", "autoprefixer": "^10.4.16", "concurrently": "^9.2.1", "dotenv": "^17.2.3", "eslint": "^8", "eslint-config-next": "^16.0.0-beta.0", "postcss": "^8.4.32", "postcss-import": "^16.1.1", "postcss-nesting": "^13.0.2", "tailwindcss": "^3.4.17", "tsx": "^4.20.6", "typescript": "^5.3.3" } }