Skip to content

Commit

Permalink
add more components
Browse files Browse the repository at this point in the history
  • Loading branch information
mrados7 committed Sep 21, 2024
1 parent 7126b25 commit 930558c
Show file tree
Hide file tree
Showing 10 changed files with 342 additions and 749 deletions.
28 changes: 0 additions & 28 deletions eslint.config.js

This file was deleted.

11 changes: 3 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"name": "@mrados7/shadcn-components",
"private": false,
"version": "0.0.12",
"version": "0.0.14",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b ./tsconfig.app.json && vite build",
"lint": "eslint .",
"preview": "vite preview",
"prepublishOnly": "pnpm run build"
},
Expand All @@ -30,7 +29,8 @@
"@radix-ui/react-slot": "^1.1.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-react": "^0.441.0",
"embla-carousel-react": "^8.3.0",
"lucide-react": "^0.445.0",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7"
},
Expand All @@ -39,22 +39,17 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@eslint/js": "^9.9.0",
"@types/node": "^22.5.5",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.20",
"eslint": "^9.9.0",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.9",
"globals": "^15.9.0",
"postcss": "^8.4.47",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwindcss": "^3.4.12",
"typescript": "^5.5.3",
"typescript-eslint": "^8.0.1",
"vite": "^5.4.1",
"vite-plugin-dts": "^4.2.1",
"vite-plugin-static-copy": "^1.0.6"
Expand Down
Loading

0 comments on commit 930558c

Please sign in to comment.