feat(shadcn-ui): initialize shadcn ui libs

This commit is contained in:
ArraysID
2025-04-26 22:37:29 +07:00
parent 259262a1ef
commit 9182440ab3
12 changed files with 1987 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"name": "shadcn-ui",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/shadcn-ui/src",
"projectType": "library",
"tags": [],
"// targets": "to see all targets run: nx show project shadcn-ui --web",
"targets": {}
}