feat: blocks (#3094)

This commit is contained in:
shadcn
2024-03-22 21:39:33 +04:00
committed by GitHub
parent 3a4c3b2f7d
commit 79c054ac7a
160 changed files with 7499 additions and 2407 deletions

View File

@@ -1,9 +1,4 @@
import {
LucideProps,
Moon,
SunMedium,
type Icon as LucideIcon,
} from "lucide-react"
import { LucideProps, Moon, SunMedium, type LucideIcon } from "lucide-react"
export type Icon = LucideIcon

View File

@@ -15,10 +15,10 @@
},
"dependencies": {
"@radix-ui/react-slot": "^1.0.2",
"class-variance-authority": "^0.4.0",
"class-variance-authority": "^0.7.0",
"clsx": "^1.2.1",
"lucide-react": "0.105.0-alpha.4",
"next": "^13.4.8",
"lucide-react": "0.288.0",
"next": "14.1.3",
"next-themes": "^0.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
@@ -29,8 +29,8 @@
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^3.7.2",
"@types/node": "^17.0.45",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@types/react": "^18.2.67",
"@types/react-dom": "^18.2.22",
"@typescript-eslint/parser": "^5.61.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.44.0",
@@ -40,7 +40,7 @@
"eslint-plugin-tailwindcss": "^3.13.0",
"postcss": "^8.4.24",
"prettier": "^2.8.8",
"tailwindcss": "^3.3.2",
"typescript": "^4.9.5"
"tailwindcss": "^3.4.0",
"typescript": "^5.4.2"
}
}