Skip to content
Open
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,25 @@
"*": "prettier --write --ignore-unknown"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.1.15",
Comment thread
coderabbitai[bot] marked this conversation as resolved.
Outdated
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-separator": "^1.1.6",
"@radix-ui/react-slot": "^1.2.2",
"@radix-ui/react-slot": "^1.2.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.544.0",
"next": "15.5.9",
"react": "19.1.2",
"react-dom": "19.1.2",
"react-markdown": "^10.1.0",
"remark-gfm": "^4.0.1",
"tailwind-merge": "^3.3.1",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@tailwindcss/postcss": "^4.1.13",
"@tailwindcss/typography": "^0.5.19",
"@types/node": "^24.5.2",
"@types/react": "19.1.13",
"@types/react-dom": "19.1.9",
Expand Down
Loading