Skip to content
This repository was archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
chore: pulling
Browse files Browse the repository at this point in the history
  • Loading branch information
tobySolutions committed May 22, 2024
2 parents 7b2d45b + 248dfa3 commit 3ff655e
Show file tree
Hide file tree
Showing 19 changed files with 1,537 additions and 135 deletions.
17 changes: 17 additions & 0 deletions packages/app-akeru/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/app/globals.css",
"baseColor": "gray",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils"
}
}
13 changes: 12 additions & 1 deletion packages/app-akeru/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,20 @@
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-menubar": "^1.0.4",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slot": "^1.0.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"geist": "^1.3.0",
"lucide-react": "^0.378.0",
"next": "14.2.3",
"next-themes": "^0.3.0",
"react": "^18",
"react-dom": "^18"
"react-dom": "^18",
"sonner": "^1.4.41",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/node": "^20",
Expand Down
Loading

0 comments on commit 3ff655e

Please sign in to comment.