|
| 1 | +{ |
| 2 | + "name": "nextjs-vllm-ui", |
| 3 | + "version": "0.1.0", |
| 4 | + "private": true, |
| 5 | + "scripts": { |
| 6 | + "dev": "next dev", |
| 7 | + "build": "next build", |
| 8 | + "start": "next start", |
| 9 | + "lint": "next lint" |
| 10 | + }, |
| 11 | + "dependencies": { |
| 12 | + "@ai-sdk/openai": "^0.0.40", |
| 13 | + "@hookform/resolvers": "^3.3.4", |
| 14 | + "@radix-ui/react-dialog": "^1.0.5", |
| 15 | + "@radix-ui/react-icons": "^1.3.2", |
| 16 | + "@radix-ui/react-slider": "^1.3.6", |
| 17 | + "@radix-ui/react-slot": "^1.0.2", |
| 18 | + "@radix-ui/react-tabs": "^1.0.4", |
| 19 | + "@radix-ui/react-tooltip": "^1.0.7", |
| 20 | + "ai": "^3.2.0", |
| 21 | + "class-variance-authority": "^0.7.0", |
| 22 | + "clsx": "^2.1.0", |
| 23 | + "katex": "^0.16.25", |
| 24 | + "llama3-tokenizer-js": "^1.1.3", |
| 25 | + "lucide-react": "^0.555.0", |
| 26 | + "next": "14.2.25", |
| 27 | + "next-themes": "^0.3.0", |
| 28 | + "react": "^18", |
| 29 | + "react-code-blocks": "^0.1.6", |
| 30 | + "react-dom": "^18", |
| 31 | + "react-hook-form": "^7.51.2", |
| 32 | + "react-markdown": "^9.0.1", |
| 33 | + "react-syntax-highlighter": "^16.1.0", |
| 34 | + "react-textarea-autosize": "^8.5.3", |
| 35 | + "rehype-katex": "^7.0.1", |
| 36 | + "remark-gfm": "^4.0.0", |
| 37 | + "remark-math": "^6.0.0", |
| 38 | + "sonner": "^1.4.41", |
| 39 | + "tailwind-merge": "^2.2.2", |
| 40 | + "use-debounce": "^10.0.0", |
| 41 | + "use-local-storage-state": "^19.2.0", |
| 42 | + "uuid": "^9.0.1", |
| 43 | + "zod": "^3.23.8" |
| 44 | + }, |
| 45 | + "devDependencies": { |
| 46 | + "@types/node": "^20.11.30", |
| 47 | + "@types/react": "^18.2.73", |
| 48 | + "@types/react-dom": "^18.2.23", |
| 49 | + "@types/react-syntax-highlighter": "^15.5.13", |
| 50 | + "@types/uuid": "^9.0.8", |
| 51 | + "autoprefixer": "^10.4.19", |
| 52 | + "eslint": "^8.57.0", |
| 53 | + "eslint-config-next": "14.1.4", |
| 54 | + "postcss": "^8.4.38", |
| 55 | + "tailwindcss": "^3.4.3", |
| 56 | + "typescript": "^5.4.3", |
| 57 | + "typescript-eslint": "^7.4.0" |
| 58 | + }, |
| 59 | + "packageManager": " [email protected]" |
| 60 | +} |
0 commit comments