2025-03-09 15:13:19 +05:30
|
|
|
{
|
|
|
|
|
"name": "chat-widget",
|
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "next dev",
|
|
|
|
|
"build": "next build",
|
|
|
|
|
"start": "next start",
|
|
|
|
|
"lint": "next lint"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@nextui-org/react": "^2.4.8",
|
|
|
|
|
"framer-motion": "^11.11.11",
|
2025-03-27 18:40:21 +05:30
|
|
|
"next": "^14.2.25",
|
2025-03-09 15:13:19 +05:30
|
|
|
"react": "^18.3.1",
|
|
|
|
|
"react-dom": "^18.3.1",
|
|
|
|
|
"react-markdown": "^9.0.1",
|
|
|
|
|
"remark-gfm": "^4.0.0",
|
|
|
|
|
"rowboat-shared": "github:rowboatlabs/shared",
|
|
|
|
|
"zod": "^3.23.8"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@types/node": "^20",
|
|
|
|
|
"@types/react": "^18",
|
|
|
|
|
"@types/react-dom": "^18",
|
|
|
|
|
"eslint": "^8",
|
|
|
|
|
"eslint-config-next": "15.0.2",
|
|
|
|
|
"postcss": "^8",
|
|
|
|
|
"tailwindcss": "^3.4.1",
|
|
|
|
|
"typescript": "^5"
|
|
|
|
|
}
|
|
|
|
|
}
|