Skip to content

Commit

Permalink
add shadcn
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-brandao committed Nov 5, 2024
1 parent b5407cd commit f453fff
Show file tree
Hide file tree
Showing 21 changed files with 580 additions and 24 deletions.
12 changes: 0 additions & 12 deletions .env.example

This file was deleted.

17 changes: 17 additions & 0 deletions components.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"$schema": "https://next.shadcn-svelte.com/schema.json",
"style": "default",
"tailwind": {
"config": "tailwind.config.ts",
"css": "src/app.css",
"baseColor": "gray"
},
"aliases": {
"components": "$lib/client/components",
"utils": "$lib/utils",
"ui": "$lib/client/components/ui",
"hooks": "$lib/hooks"
},
"typescript": true,
"registry": "https://next.shadcn-svelte.com/registry"
}
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"@types/nodemailer": "^6.4.16",
"@vincjo/datatables": "2.0.0-runes.45",
"autoprefixer": "^10.4.20",
"bits-ui": "1.0.0-next.45",
"daisyui": "^4.12.13",
"drizzle-kit": "^0.26.2",
"eslint": "^9.13.0",
Expand Down Expand Up @@ -67,13 +68,16 @@
"clsx": "^2.1.1",
"drizzle-orm": "^0.35.2",
"drizzle-zod": "^0.5.1",
"lucide-svelte": "^0.454.0",
"nodemailer": "^6.9.15",
"oslo": "^1.2.1",
"sharp": "^0.33.5",
"stripe": "^17.2.1",
"superjson": "^2.2.1",
"svelte-sonner": "^0.3.28",
"tailwind-merge": "^2.5.4",
"tailwind-variants": "^0.2.1",
"tailwindcss-animate": "^1.0.7",
"trpc-sveltekit": "^3.6.2",
"zod": "^3.23.8"
}
Expand Down
130 changes: 130 additions & 0 deletions pnpm-lock.yaml

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

Loading

0 comments on commit f453fff

Please sign in to comment.