Skip to content

Commit

Permalink
feat(pages): remove shadcn/ui, add daisyui
Browse files Browse the repository at this point in the history
  • Loading branch information
promonkeyli committed Aug 1, 2024
1 parent 1efaef0 commit ca5b0d6
Show file tree
Hide file tree
Showing 21 changed files with 866 additions and 2,192 deletions.
17 changes: 0 additions & 17 deletions components.json

This file was deleted.

12 changes: 2 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,9 @@
"test": "echo \"Error: No test specified\" && exit 1"
},
"dependencies": {
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-slot": "^1.1.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-react": "^0.417.0",
"next": "15.0.0-rc.0",
"react": "19.0.0-rc-f994737d14-20240522",
"react-dom": "19.0.0-rc-f994737d14-20240522",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7",
"zustand": "^4.5.2"
},
"devDependencies": {
Expand All @@ -41,11 +32,12 @@
"@umijs/openapi": "^1.12.1",
"commitizen": "^4.3.0",
"conventional-changelog-cli": "^5.0.0",
"daisyui": "^4.12.10",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
"typescript": "^5.0.0"
},
"overrides": {
"@types/react": "npm:types-react@rc",
Expand Down
Loading

0 comments on commit ca5b0d6

Please sign in to comment.