- Integrated `@hookform/resolvers` and `@radix-ui/react-avatar` for improved form handling and avatar components. - Updated Tailwind CSS configuration and global styles for better responsiveness and accessibility. - Refactored layout components to include `I18nProvider` for dynamic language support. - Enhanced various UI elements with translated strings for better user experience. - Improved error handling and validation messages in forms to support localization. These changes aim to provide a more inclusive and user-friendly experience in the web-admin application.
49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
{
|
|
"name": "@goodgo/web-admin",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@goodgo/http-client": "workspace:*",
|
|
"@goodgo/types": "workspace:*",
|
|
"@hookform/resolvers": "^3.3.4",
|
|
"@radix-ui/react-avatar": "^1.0.4",
|
|
"@radix-ui/react-dialog": "^1.0.5",
|
|
"@radix-ui/react-dropdown-menu": "^2.0.6",
|
|
"@radix-ui/react-tabs": "^1.0.4",
|
|
"axios": "^1.6.5",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.1.0",
|
|
"lucide-react": "^0.344.0",
|
|
"next": "^14.1.0",
|
|
"next-intl": "^4.7.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-hook-form": "^7.49.3",
|
|
"recharts": "^2.10.3",
|
|
"zod": "^3.22.4",
|
|
"zustand": "^4.4.7"
|
|
},
|
|
"devDependencies": {
|
|
"@goodgo/eslint-config": "workspace:*",
|
|
"@goodgo/prettier-config": "workspace:*",
|
|
"@goodgo/tsconfig": "workspace:*",
|
|
"@tailwindcss/postcss": "^4.0.0",
|
|
"@types/node": "^20.11.0",
|
|
"@types/react": "^18.2.48",
|
|
"@types/react-dom": "^18.2.18",
|
|
"autoprefixer": "^10.4.17",
|
|
"eslint": "^8.56.0",
|
|
"eslint-config-next": "^14.1.0",
|
|
"postcss": "^8.4.33",
|
|
"tailwindcss": "^4.0.0",
|
|
"typescript": "^5.3.3"
|
|
}
|
|
}
|