Skip to content

Commit

Permalink
Lego/chore/shadcn UI (#45)
Browse files Browse the repository at this point in the history
* chore: include shadcn/ui

* chore: remove unused file
  • Loading branch information
joseglego committed Jun 2, 2024
1 parent 68b9360 commit edfc002
Show file tree
Hide file tree
Showing 6 changed files with 152 additions and 123 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": true,
"tsx": true,
"tailwind": {
"config": "tailwind.config.ts",
"css": "src/app/globals.css",
"baseColor": "slate",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils"
}
}
69 changes: 26 additions & 43 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@tsparticles/engine": "^3.2.2",
"@tsparticles/react": "^3.0.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"clsx": "^2.1.1",
"easymde": "^2.18.0",
"graphql": "^16.8.1",
"graphql-request": "^6.1.0",
Expand All @@ -39,7 +39,8 @@
"sanity": "^3.36.3",
"sanity-plugin-markdown": "^4.1.2",
"styled-components": "^6.1.8",
"tailwind-merge": "^2.2.1",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"tsparticles": "^3.2.2"
},
"devDependencies": {
Expand Down
56 changes: 0 additions & 56 deletions src/app/[slug]/globals.css

This file was deleted.

Loading

0 comments on commit edfc002

Please sign in to comment.