Skip to content

Commit

Permalink
Add shadcn
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelillo15 committed Jul 27, 2024
1 parent d1164fa commit a2dd375
Show file tree
Hide file tree
Showing 7 changed files with 4,347 additions and 3,298 deletions.
17 changes: 17 additions & 0 deletions components.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "default",
"rsc": false,
"tsx": true,
"tailwind": {
"config": "tailwind.config.js",
"css": "@/assets/globals.css",
"baseColor": "zinc",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils"
}
}
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@
"axios": "0.27.2",
"boring-avatars": "1.7.0",
"chart.js": "3.9.1",
"class-variance-authority": "^0.7.0",
"classnames": "2.3.2",
"clsx": "^2.1.1",
"copy-to-clipboard": "3.3.3",
"date-fns": "2.29.3",
"debounce": "1.2.1",
Expand All @@ -65,6 +67,7 @@
"i18next": "22.4.10",
"i18next-http-backend": "2.1.1",
"i18next-multiload-backend-adapter": "2.2.0",
"lucide-react": "^0.416.0",
"nanoid": "4.0.1",
"qrcode.react": "3.1.0",
"react": "18.2.0",
Expand All @@ -79,6 +82,7 @@
"styled-components": "5.3.6",
"styled-components-breakpoint": "3.0.0-preview.20",
"swr": "2.0.3",
"tailwindcss-animate": "^1.0.0",
"xterm": "5.1.0",
"xterm-addon-fit": "0.7.0",
"xterm-addon-search": "0.11.0",
Expand Down
Loading

0 comments on commit a2dd375

Please sign in to comment.