Skip to content

Commit

Permalink
feat: tried some styling and failed
Browse files Browse the repository at this point in the history
  • Loading branch information
katungi committed Feb 10, 2024
1 parent 7701bde commit 67f5482
Show file tree
Hide file tree
Showing 12 changed files with 1,035 additions and 120 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": "src/styles/global.css",
"baseColor": "gray",
"cssVariables": false,
"prefix": ""
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils"
}
}
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,17 @@
"prepare": "husky install"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.0.5",
"@tauri-apps/api": "^1.5.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cmdk": "^0.2.1",
"lucide-react": "^0.323.0",
"next": "^14.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"tauri-plugin-clipboard-api": "^0.6.0",
"zustand": "^4.5.0"
},
Expand Down
Loading

0 comments on commit 67f5482

Please sign in to comment.