Skip to content

Commit

Permalink
style(pages): login pages form components modify
Browse files Browse the repository at this point in the history
  • Loading branch information
Yang Li committed Jul 31, 2024
1 parent 7d480e9 commit 9814255
Show file tree
Hide file tree
Showing 16 changed files with 1,218 additions and 197 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": "gray",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils"
}
}
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,17 @@
"test": "echo \"Error: No test specified\" && exit 1"
},
"dependencies": {
"@radix-ui/react-avatar": "^1.1.0",
"@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 @@ -32,7 +40,6 @@
"@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",
Expand Down
Loading

0 comments on commit 9814255

Please sign in to comment.