{
"name": "@repo/design",
"version": "0.0.1",
"private": true,
"scripts": {
"lint": "eslint . --max-warnings 0",
"generate:component": "turbo gen react-component",
"storybook": "cd ../../packages/storybook && pnpm dev",
"shadcn": "shadcn",
"shadcn:bump": "shadcn add --all --overwrite"
},
"devDependencies": {
"@next/font": "15.0.0-rc.0",
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@storybook/blocks": "^8.4.7",
"@storybook/nextjs": "^8.4.7",
"@storybook/react": "^8.4.7",
"@storybook/test": "^8.4.7",
"@tailwindcss/typography": "^0.5.15",
"@turbo/gen": "^1.12.4",
"@types/eslint": "^8.56.5",
"@types/node": "^22.10.6",
"@types/react": "19.0.7",
"@types/react-dom": "19.0.3",
"autoprefixer": "^10.4.20",
"eslint": "^9.18.0",
"eslint-config-next": "15.1.4",
"eslint-plugin-storybook": "^0.11.2",
"next": "15.1.4",
"postcss": "^8.5.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"shadcn": "^2.1.0",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2"
},
"dependencies": {
"@assistant-ui/react": "^0.7.56",
"@assistant-ui/react-ai-sdk": "^0.7.13",
"@assistant-ui/react-markdown": "^0.7.11",
"@assistant-ui/react-syntax-highlighter": "^0.7.9",
"@hookform/resolvers": "^3.9.0",
"@multiavatar/multiavatar": "^1.0.7",
"@radix-ui/react-alert-dialog": "^1.1.2",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-collapsible": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-scroll-area": "^1.2.0",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.2",
"@radix-ui/react-toast": "^1.2.2",
"@radix-ui/react-tooltip": "^1.1.3",
"@tanstack/react-table": "^8.20.5",
"@types/react-syntax-highlighter": "^15.5.13",
"ai": "^4.1.6",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "1.0.0",
"immer": "^10.1.1",
"lucide-react": "^0.460.0",
"next-themes": "^0.3.0",
"react-hook-form": "^7.53.0",
"react-markdown": "^9.0.1",
"react-syntax-highlighter": "^15.6.1",
"rehype-katex": "^7.0.1",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"sonner": "^1.5.0",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"use-debounce": "^10.0.4",
"zod": "^3.24.1",
"zustand": "^5.0.0"
},
"peerDependencies": {
"@next/font": "15.0.0-rc.0",
"@types/react": "19.0.7",
"@types/react-dom": "19.0.3",
"next": "15.1.4",
"react": "19.0.0",
"react-dom": "19.0.0"
}
}