| { | |
| "name": "assistant-ui-starter", | |
| "version": "0.1.0", | |
| "private": true, | |
| "scripts": { | |
| "dev": "next dev --turbopack", | |
| "build": "next build", | |
| "start": "next start", | |
| "lint": "next lint", | |
| "prettier": "prettier --check .", | |
| "prettier:fix": "prettier --write ." | |
| }, | |
| "prettier": { | |
| "plugins": [ | |
| "prettier-plugin-tailwindcss" | |
| ], | |
| "tailwindStylesheet": "app/globals.css" | |
| }, | |
| "dependencies": { | |
| "@ai-sdk/openai": "^2.0.86", | |
| "@assistant-ui/react": "^0.11.51", | |
| "@assistant-ui/react-ai-sdk": "^1.1.19", | |
| "@assistant-ui/react-markdown": "^0.11.8", | |
| "@radix-ui/react-avatar": "^1.1.11", | |
| "@radix-ui/react-collapsible": "^1.1.12", | |
| "@radix-ui/react-dialog": "^1.1.15", | |
| "@radix-ui/react-separator": "^1.1.8", | |
| "@radix-ui/react-slot": "^1.2.4", | |
| "@radix-ui/react-tooltip": "^1.2.8", | |
| "ai": "^5.0.113", | |
| "class-variance-authority": "^0.7.1", | |
| "clsx": "^2.1.1", | |
| "framer-motion": "^12.23.26", | |
| "lucide-react": "^0.561.0", | |
| "motion": "^12.23.26", | |
| "next": "16.0.10", | |
| "react": "^19.2.3", | |
| "react-dom": "^19.2.3", | |
| "remark-gfm": "^4.0.1", | |
| "tailwind-merge": "^3.4.0", | |
| "tw-animate-css": "^1.4.0", | |
| "zustand": "^5.0.9" | |
| }, | |
| "devDependencies": { | |
| "@eslint/eslintrc": "^3", | |
| "@tailwindcss/postcss": "^4", | |
| "@types/node": "^25", | |
| "@types/react": "^19", | |
| "@types/react-dom": "^19", | |
| "eslint": "^9", | |
| "eslint-config-next": "16.0.10", | |
| "prettier": "^3.7.4", | |
| "prettier-plugin-tailwindcss": "^0.7.2", | |
| "tailwindcss": "^4", | |
| "typescript": "^5" | |
| } | |
| } | |