{ "name": "ai-chat-site", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "storybook": "storybook dev -p 6006", "build-storybook": "storybook build" }, "dependencies": { "@next/third-parties": "^14.1.3", "@nextui-org/accordion": "^2.0.34", "@nextui-org/button": "^2.0.33", "@nextui-org/dropdown": "^2.1.25", "@nextui-org/link": "^2.0.31", "@nextui-org/system": "^2.2.1", "@nextui-org/theme": "^2.2.5", "@radix-ui/react-avatar": "^1.0.4", "@radix-ui/react-icons": "^1.3.0", "@radix-ui/react-slot": "^1.0.2", "class-variance-authority": "^0.7.0", "clsx": "^2.1.0", "embla-carousel-react": "^8.1.5", "framer-motion": "^11.2.10", "lucide-react": "^0.289.0", "next": "13.5.6", "react": "^18", "react-dom": "^18", "sharp": "^0.33.2", "super-tiny-icons": "^0.6.0", "tailwind-merge": "^2.2.2", "tailwindcss-animate": "^1.0.7" }, "devDependencies": { "@chromatic-com/storybook": "^1.2.22", "@storybook/addon-essentials": "^8.0.0", "@storybook/addon-interactions": "^8.0.0", "@storybook/addon-links": "^8.0.0", "@storybook/addon-onboarding": "^8.0.0", "@storybook/addon-themes": "^8.0.0", "@storybook/blocks": "^8.0.0", "@storybook/nextjs": "^8.0.0", "@storybook/react": "^8.0.0", "@storybook/test": "^8.0.0", "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", "autoprefixer": "^10", "daisyui": "^4.11.1", "eslint": "^8", "eslint-config-next": "13.5.6", "eslint-plugin-storybook": "^0.8.0", "postcss": "^8", "storybook": "^8.0.0", "tailwindcss": "^3", "typescript": "^5" } }