Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
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
6 changes: 6 additions & 0 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,21 +57,27 @@
},
"dependencies": {
"@radix-ui/react-tooltip": "^1.1.4",
"@shikijs/transformers": "^3.21.0",
"@sindresorhus/slugify": "^2.1.1",
"clsx": "^2.1.1",
"color": "^4.2.3",
"comlink": "^4.4.2",
"hast": "^1.0.0",
"lodash": "^4.17.21",
"lucide-react": "^0.453.0",
"mermaid": "^11.12.2",
"shiki": "^3.17.0",
"tailwind-merge": "^2.6.0"
},
"devDependencies": {
"@shikijs/types": "^3.18.0",
"@storybook/addon-docs": "^10.1.10",
"@storybook/react-vite": "^10.1.10",
"@tailwindcss/postcss": "^4.1.18",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.1.18",
"@types/color": "^4.2.0",
"@types/hast": "^3.0.4",
"@types/lodash": "4.17.23",
"@types/node": "^22.10.1",
"@types/react": "^18.3.12",
Expand Down
Loading