|
| 1 | +{ |
| 2 | + "name": "@open-agent-platform/web-v2", |
| 3 | + "private": true, |
| 4 | + "version": "0.0.0", |
| 5 | + "type": "module", |
| 6 | + "scripts": { |
| 7 | + "dev": "next dev", |
| 8 | + "build": "turbo build:internal --filter=@open-agent-platform/web-v2", |
| 9 | + "build:internal": "next build", |
| 10 | + "start": "next start", |
| 11 | + "lint": "next lint", |
| 12 | + "lint:fix": "next lint --fix", |
| 13 | + "format": "prettier --write .", |
| 14 | + "format:check": "prettier --check .", |
| 15 | + "clean": "rm -rf .next .turbo || true" |
| 16 | + }, |
| 17 | + "dependencies": { |
| 18 | + "@langchain/auth": "^0.0.0", |
| 19 | + "@langchain/core": "^0.3.44", |
| 20 | + "@langchain/langgraph-sdk": "^0.0.109", |
| 21 | + "@modelcontextprotocol/sdk": "^1.11.4", |
| 22 | + "@open-agent-platform/deep-agent-chat": "*", |
| 23 | + "@radix-ui/react-alert-dialog": "^1.1.11", |
| 24 | + "@radix-ui/react-avatar": "^1.1.4", |
| 25 | + "@radix-ui/react-checkbox": "^1.3.3", |
| 26 | + "@radix-ui/react-collapsible": "^1.1.4", |
| 27 | + "@radix-ui/react-dialog": "^1.1.7", |
| 28 | + "@radix-ui/react-dropdown-menu": "^2.1.7", |
| 29 | + "@radix-ui/react-hover-card": "1.1.2", |
| 30 | + "@radix-ui/react-icons": "^1.3.2", |
| 31 | + "@radix-ui/react-label": "^2.1.3", |
| 32 | + "@radix-ui/react-popover": "^1.1.7", |
| 33 | + "@radix-ui/react-progress": "1.1.0", |
| 34 | + "@radix-ui/react-scroll-area": "^1.2.5", |
| 35 | + "@radix-ui/react-select": "^2.2.2", |
| 36 | + "@radix-ui/react-separator": "^1.1.3", |
| 37 | + "@radix-ui/react-slider": "^1.3.2", |
| 38 | + "@radix-ui/react-slot": "^1.2.0", |
| 39 | + "@radix-ui/react-switch": "^1.2.2", |
| 40 | + "@radix-ui/react-tabs": "^1.1.7", |
| 41 | + "@radix-ui/react-toast": "1.1.0", |
| 42 | + "@radix-ui/react-tooltip": "^1.2.3", |
| 43 | + "@supabase/ssr": "^0.6.1", |
| 44 | + "@supabase/supabase-js": "^2.49.4", |
| 45 | + "@types/js-yaml": "^4.0.9", |
| 46 | + "@xyflow/react": "^12.8.4", |
| 47 | + "class-variance-authority": "^0.7.1", |
| 48 | + "clsx": "^2.1.1", |
| 49 | + "cmdk": "^1.1.1", |
| 50 | + "date-fns": "4.1.0", |
| 51 | + "diff": "^8.0.2", |
| 52 | + "framer-motion": "^12.7.3", |
| 53 | + "js-yaml": "^4.1.0", |
| 54 | + "jsonwebtoken": "^9.0.2", |
| 55 | + "katex": "latest", |
| 56 | + "langgraph-nextjs-api-passthrough": "^0.1.0", |
| 57 | + "lodash": "^4.17.21", |
| 58 | + "lucide-react": "^0.488.0", |
| 59 | + "next-themes": "^0.4.6", |
| 60 | + "nuqs": "^2.4.1", |
| 61 | + "react": "^19.0.0", |
| 62 | + "react-dom": "^19.0.0", |
| 63 | + "react-hook-form": "^7.56.3", |
| 64 | + "react-markdown": "^10.1.0", |
| 65 | + "react-resizable-panels": "^3.0.2", |
| 66 | + "react-syntax-highlighter": "^15.6.1", |
| 67 | + "rehype-katex": "^7.0.1", |
| 68 | + "rehype-raw": "7.0.0", |
| 69 | + "remark-gfm": "^4.0.1", |
| 70 | + "remark-math": "^6.0.0", |
| 71 | + "sonner": "^2.0.3", |
| 72 | + "tailwind-merge": "^3.0.2", |
| 73 | + "use-stick-to-bottom": "^1.1.0", |
| 74 | + "uuid": "^11.1.0", |
| 75 | + "zod": "3.23.8", |
| 76 | + "zustand": "^5.0.3" |
| 77 | + }, |
| 78 | + "devDependencies": { |
| 79 | + "@eslint/js": "^9.19.0", |
| 80 | + "@tailwindcss/postcss": "^4.0.13", |
| 81 | + "@types/jsonwebtoken": "^9.0.10", |
| 82 | + "@types/lodash": "^4.17.16", |
| 83 | + "@types/node": "22.15.2", |
| 84 | + "@types/react": "^19.0.8", |
| 85 | + "@types/react-dom": "^19.1.2", |
| 86 | + "@types/react-syntax-highlighter": "^15.5.13", |
| 87 | + "@types/uuid": "10.0.0", |
| 88 | + "autoprefixer": "^10.4.20", |
| 89 | + "dotenv": "^16.5.0", |
| 90 | + "eslint": "^9.19.0", |
| 91 | + "eslint-config-next": "15.2.2", |
| 92 | + "eslint-plugin-react-hooks": "^5.0.0", |
| 93 | + "eslint-plugin-react-refresh": "^0.4.18", |
| 94 | + "globals": "^15.14.0", |
| 95 | + "next": "^15.3.1", |
| 96 | + "postcss": "^8.5.3", |
| 97 | + "prettier": "^3.5.2", |
| 98 | + "prettier-plugin-tailwindcss": "^0.6.11", |
| 99 | + "tailwindcss": "^4.0.13", |
| 100 | + "tailwindcss-animate": "^1.0.7", |
| 101 | + "turbo": "^2.5.0", |
| 102 | + "typescript": "~5.7.2", |
| 103 | + "typescript-eslint": "^8.22.0" |
| 104 | + }, |
| 105 | + "overrides": { |
| 106 | + "react-is": "^19.0.0-rc-69d4b800-20241021" |
| 107 | + } |
| 108 | +} |
0 commit comments