Skip to content

Commit

Permalink
setup shadcn ui
Browse files Browse the repository at this point in the history
  • Loading branch information
rajdeep-ghosh committed May 11, 2024
1 parent a4b95f6 commit 7a05571
Show file tree
Hide file tree
Showing 6 changed files with 2,142 additions and 805 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.js",
"css": "src/styles/global.css",
"baseColor": "gray",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils"
}
}
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "dropgo",
"version": "0.1.0",
"private": true,
"author": "Rajdeep Ghosh <[email protected]>",
"author": "Rajdeep Ghosh",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand All @@ -16,6 +16,7 @@
"**/*": "prettier --write --ignore-unknown"
},
"dependencies": {
"lucide-react": "^0.378.0",
"next": "^14.1.2",
"react": "^18",
"react-dom": "^18"
Expand All @@ -27,6 +28,8 @@
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"autoprefixer": "^10.4.14",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"eslint": "^8",
"eslint-config-next": "^14.1.2",
"eslint-config-prettier": "^9.0.0",
Expand All @@ -38,7 +41,9 @@
"postcss": "^8",
"prettier": "^3.0.2",
"prettier-plugin-tailwindcss": "^0.5.3",
"tailwind-merge": "^2.3.0",
"tailwindcss": "^3.3.3",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5"
}
}
Loading

0 comments on commit 7a05571

Please sign in to comment.