Skip to content

Commit 2c68e92

Browse files
committed
Merge pull request #3561 from udecode/sync-shadcn
Sync shadcn
1 parent 932186d commit 2c68e92

File tree

6 files changed

+3066
-2260
lines changed

6 files changed

+3066
-2260
lines changed

components.json

+9-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
11
{
2-
"$schema": "https://platejs.org/schema.json",
2+
"$schema": "https://ui.shadcn.com/schema.json",
33
"style": "default",
44
"rsc": true,
5+
"tsx": true,
56
"tailwind": {
67
"config": "tailwind.config.js",
78
"css": "src/styles/globals.css",
89
"baseColor": "slate",
9-
"cssVariables": true
10+
"cssVariables": true,
11+
"prefix": ""
1012
},
1113
"aliases": {
12-
"components": "@/components"
14+
"components": "@/components",
15+
"utils": "@/lib/utils",
16+
"ui": "@/components/ui",
17+
"lib": "@/lib",
18+
"hooks": "@/hooks"
1319
}
1420
}

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"@udecode/cn": "^38.0.1",
1818
"@udecode/plate-common": "^38.0.0",
1919
"class-variance-authority": "0.7.0",
20+
"clsx": "^2.1.1",
2021
"eslint-plugin-prettier": "^5.2.1",
2122
"lucide-react": "0.441.0",
2223
"next": "^14.2.9",

0 commit comments

Comments
 (0)