Trying to install updated packages to get the ShadEditor working. I hope.

This commit is contained in:
Scott Idem
2024-12-02 15:43:46 -05:00
parent b7515f0680
commit a0473cb50b
41 changed files with 3007 additions and 365 deletions

15
components.json Normal file
View File

@@ -0,0 +1,15 @@
{
"style": "default",
"tailwind": {
"config": "tailwind.config.js",
"css": "src/app.css"
},
"typescript": false,
"aliases": {
"utils": "$lib/utils",
"components": "$lib/components",
"hooks": "$lib/hooks",
"ui": "$lib/components/ui"
},
"registry": "https://next.shadcn-svelte.com/registry"
}