* refactor: 815 shadcn-nuxt dependencies and CLI init Closes: 815 * chore: remove unnecessary dependencies * chore: update pnpm-lock.yaml file * chore: cleanup * chore: update pnpm-lock --------- Co-authored-by: zernonia <zernonia@gmail.com>
19 lines
407 B
JSON
19 lines
407 B
JSON
{
|
|
"$schema": "https://shadcn-vue.com/schema.json",
|
|
"style": "default",
|
|
"typescript": true,
|
|
"tsConfigPath": ".nuxt/tsconfig.json",
|
|
"tailwind": {
|
|
"config": "tailwind.config.js",
|
|
"css": "assets/css/tailwind.css",
|
|
"baseColor": "slate",
|
|
"cssVariables": true,
|
|
"prefix": ""
|
|
},
|
|
"framework": "nuxt",
|
|
"aliases": {
|
|
"components": "@/components",
|
|
"utils": "@/lib/utils"
|
|
}
|
|
}
|