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

Commit

Permalink
added ui lib
Browse files Browse the repository at this point in the history
  • Loading branch information
IncognitoTGT committed Feb 27, 2024
1 parent c14c5fa commit 0bafa80
Show file tree
Hide file tree
Showing 26 changed files with 2,459 additions and 161 deletions.
19 changes: 15 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,30 @@
"lint": "next lint"
},
"dependencies": {
"@tailwindcss/typography": "^0.5.10",
"cva": "1.0.0-beta.1",
"next": "14.1.0",
"react": "^18",
"react-dom": "^18",
"next": "14.1.0"
"tailwindcss-animate": "^1.0.7",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slider": "^1.1.2",
"@radix-ui/react-slot": "^1.0.2"
},
"devDependencies": {
"typescript": "^5",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"eslint": "^8",
"eslint-config-next": "14.1.0"
"typescript": "^5"
}
}
Loading

0 comments on commit 0bafa80

Please sign in to comment.