Skip to content
This repository has been archived by the owner on Jan 14, 2024. It is now read-only.

Commit

Permalink
refactor: make homepage to use shadcn ui
Browse files Browse the repository at this point in the history
  • Loading branch information
sunxyw committed Nov 14, 2023
1 parent 83fb066 commit 1a26a2d
Show file tree
Hide file tree
Showing 65 changed files with 845 additions and 455 deletions.
13 changes: 13 additions & 0 deletions components.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"$schema": "https://shadcn-svelte.com/schema.json",
"style": "default",
"tailwind": {
"config": "tailwind.config.js",
"css": "src/lib/vgui/global/global.pcss",
"baseColor": "zinc"
},
"aliases": {
"components": "$lib/vgui/components",
"utils": "$lib/vgui/utils"
}
}
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,12 @@
"husky": "^8.0.3",
"inquirer": "9.2.12",
"lightningcss": "^1.22.1",
"lucide-svelte": "^0.292.0",
"maskdata": "^1.2.6",
"network-information-types": "^0.1.1",
"neverthrow": "^6.1.0",
"postcss": "^8.4.31",
"postcss-comment": "^2.0.0",
"postcss-import": "^15.1.0",
"postcss-nesting": "^12.0.1",
"prettier": "^3.1.0",
Expand Down Expand Up @@ -116,7 +118,11 @@
"@inlang/paraglide-js": "1.0.0-prerelease.9",
"@roarr/browser-log-writer": "^1.3.0",
"@sentry/sveltekit": "^7.80.0",
"bits-ui": "^0.9.4",
"clsx": "^2.0.0",
"roarr": "^7.18.3",
"tailwind-merge": "^2.0.0",
"tailwind-variants": "^0.1.18",
"web-vitals": "^3.5.0"
},
"pnpm": {
Expand Down
Loading

0 comments on commit 1a26a2d

Please sign in to comment.