{ "name": "livechat-frontend", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "cross-env NODE_ENV=production next build", "start": "cross-env NODE_ENV=production next start", "lint": "next lint" }, "dependencies": { "@radix-ui/react-slot": "^1.0.2", "@types/node": "18.15.11", "@types/react": "18.0.33", "@types/react-dom": "18.0.11", "class-variance-authority": "^0.6.0", "clsx": "^1.2.1", "lucide-react": "^0.130.1", "next": "13.3.0", "react": "18.2.0", "react-dom": "18.2.0", "react-markdown": "^9.0.1", "react-syntax-highlighter": "^15.6.1", "remark-gfm": "^4.0.0", "tailwind-merge": "^1.10.0", "tailwindcss-animate": "^1.0.5", "typescript": "5.0.4", "web-audio-resampler": "^1.0.1" }, "devDependencies": { "@tailwindcss/typography": "^0.5.15", "autoprefixer": "^10.4.14", "cross-env": "^7.0.3", "eslint": "9.30.1", "eslint-config-next": "15.3.5", "postcss": "^8.4.21", "tailwindcss": "^3.3.1" } }