feat: integrate competence map analytics
This commit is contained in:
21
components.json
Normal file
21
components.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"$schema": "https://shadcn-vue.com/schema.json",
|
||||
"style": "new-york",
|
||||
"typescript": true,
|
||||
"tailwind": {
|
||||
"config": "",
|
||||
"css": "src/shared/ui-kit/lib/styles/index.css",
|
||||
"baseColor": "neutral",
|
||||
"cssVariables": true,
|
||||
"prefix": ""
|
||||
},
|
||||
"aliases": {
|
||||
"components": "@/lib/components",
|
||||
"composables": "@/composables",
|
||||
"utils": "@/lib/shadcn/lib/utils",
|
||||
"ui": "@/lib/shadcn/ui",
|
||||
"lib": "@/lib/shadcn/lib"
|
||||
},
|
||||
"iconLibrary": "lucide",
|
||||
"registries": {}
|
||||
}
|
||||
Reference in New Issue
Block a user