Skip to content

Commit

Permalink
chore: save paste completed
Browse files Browse the repository at this point in the history
  • Loading branch information
RamK777-stack committed May 18, 2024
1 parent 1079435 commit b5df797
Show file tree
Hide file tree
Showing 29 changed files with 534 additions and 722 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/styles/globals.css",
"baseColor": "slate",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "@/app/components",
"utils": "@/lib/utils"
}
}
2 changes: 2 additions & 0 deletions decs.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
declare module 'sonner';
declare module 'next-themes';
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,20 @@
"@editorjs/underline": "^1.1.0",
"@editorjs/warning": "^1.4.0",
"@heroicons/react": "^2.1.3",
"@radix-ui/react-toast": "^1.1.5",
"@types/editorjs__header": "^2.6.3",
"clsx": "^2.0.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-react": "^0.376.0",
"mongodb": "^6.6.1",
"next": "^14.0.4",
"next-themes": "^0.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.12.0",
"tailwind-merge": "^2.1.0",
"sonner": "^1.4.41",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.22.4"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit b5df797

Please sign in to comment.