Skip to content

Commit 5673582

Browse files
authored
Migrate to reka-ui
1 parent 5d0f78f commit 5673582

File tree

70 files changed

+590
-310
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+590
-310
lines changed

components.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,19 @@
22
"$schema": "https://shadcn-vue.com/schema.json",
33
"style": "default",
44
"typescript": true,
5-
"tsConfigPath": "./tsconfig.json",
65
"tailwind": {
76
"config": "tailwind.config.js",
87
"css": "resources/css/app.css",
98
"baseColor": "neutral",
109
"cssVariables": true,
1110
"prefix": ""
1211
},
13-
"framework": "laravel",
1412
"aliases": {
15-
"components": "resources/js/Components",
13+
"components": "@/components",
14+
"composables": "@/composables",
1615
"utils": "@/lib/utils",
17-
"ui": "resources/js/Components/ui",
18-
"lib": "@/lib",
19-
"hooks": "@/hooks"
20-
}
16+
"ui": "@/components/ui",
17+
"lib": "@/lib"
18+
},
19+
"iconLibrary": "lucide"
2120
}

0 commit comments

Comments
 (0)