| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- {
- "name": "web",
- "version": "0.1.0",
- "type": "module",
- "private": true,
- "license": "Apache-2.0",
- "scripts": {
- "dev": "next dev --turbopack",
- "build": "next build",
- "start": "next start",
- "lint": "eslint --max-warnings 0",
- "check-types": "next typegen && tsc --noEmit"
- },
- "dependencies": {
- "@ai-sdk/gateway": "^3.0.13",
- "@ai-sdk/react": "3.0.79",
- "@json-render/codegen": "workspace:*",
- "@json-render/core": "workspace:*",
- "@json-render/react": "workspace:*",
- "@mdx-js/loader": "^3.1.1",
- "@mdx-js/mdx": "^3.1.1",
- "@mdx-js/react": "^3.1.1",
- "@next/mdx": "^16.1.6",
- "@radix-ui/react-dialog": "^1.1.15",
- "@radix-ui/react-slot": "^1.2.4",
- "@radix-ui/react-tabs": "^1.1.13",
- "@upstash/ratelimit": "^2.0.8",
- "@upstash/redis": "^1.36.1",
- "@vercel/analytics": "^1.6.1",
- "@vercel/speed-insights": "^1.3.1",
- "ai": "^6.0.33",
- "bash-tool": "1.3.14",
- "class-variance-authority": "^0.7.1",
- "clsx": "^2.1.1",
- "embla-carousel-react": "^8.6.0",
- "just-bash": "2.9.6",
- "lucide-react": "^0.562.0",
- "next": "16.1.1",
- "next-themes": "^0.4.6",
- "radix-ui": "^1.4.3",
- "react": "19.2.3",
- "react-dom": "19.2.3",
- "react-resizable-panels": "^4.4.1",
- "shiki": "^3.21.0",
- "sonner": "^2.0.7",
- "streamdown": "2.1.0",
- "tailwind-merge": "^3.4.0",
- "vaul": "^1.1.2",
- "zod": "^4.0.0"
- },
- "devDependencies": {
- "@repo/eslint-config": "workspace:*",
- "@repo/typescript-config": "workspace:*",
- "@tailwindcss/postcss": "^4.1.18",
- "@types/mdx": "^2.0.13",
- "@types/node": "^22.15.3",
- "@types/react": "19.2.3",
- "@types/react-dom": "19.2.3",
- "eslint": "^9.39.1",
- "postcss": "^8.5.6",
- "tailwindcss": "^4.1.18",
- "tw-animate-css": "^1.4.0",
- "typescript": "5.9.2"
- }
- }
|