Skip to content

Commit

Permalink
chore: clean up unnecessary dependencies (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
castrogarciajs committed Jun 5, 2024
1 parent 81834df commit d769811
Show file tree
Hide file tree
Showing 2 changed files with 119 additions and 214 deletions.
9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@openlabs/ui",
"version": "0.2.1",
"packageManager": "pnpm@9.1.4",
"description": "A design system built with TailwindCSS and Shadcn.",
"description": "A design system built with TailwindCSS and Radix UI.",
"author": "openlabs",
"license": "MIT",
"sideEffects": false,
Expand Down Expand Up @@ -46,14 +46,11 @@
},
"dependencies": {
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-aspect-ratio": "^1.0.3",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-menubar": "^1.0.4",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-scroll-area": "^1.0.5",
Expand All @@ -74,8 +71,6 @@
"lodash.kebabcase": "^4.1.1",
"lodash.mapkeys": "^4.6.0",
"lodash.omit": "^4.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwind-merge": "^2.2.2"
},
"devDependencies": {
Expand All @@ -95,6 +90,8 @@
"esno": "^4.7.0",
"execa": "^9.1.0",
"lint-staged": "^15.2.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "^5.0.5",
"simple-git-hooks": "^2.11.1",
"tailwindcss": "3.4.1",
Expand Down
Loading

0 comments on commit d769811

Please sign in to comment.