* chore: update package versions and dependencies across multiple files - Bumped application version to 2.21.3 in package.json. - Updated dependencies including turbo to version 2.6.1, @next/bundle-analyzer and @next/eslint-plugin-next to version 16.0.3, and @supabase/supabase-js to version 2.81.1. - Adjusted @types/node, @types/react, and @types/react-dom versions for consistency. - Refactored package.json files to utilize catalog dependencies for improved management. - Incremented various other dependencies such as react-i18next to version 16.3.3 and tailwind-merge to version 3.4.0. * chore: downgrade @next/bundle-analyzer and @next/eslint-plugin-next to version 16.0.2 and update next to version 16.0.2 in pnpm-lock.yaml and pnpm-workspace.yaml - Updated package versions for consistency across the project. - Adjusted the overflow property in the PageWithSidebar component for improved layout handling. * feat: add sorting functionality to DataTable header - Implemented click handler for sortable headers in the DataTable component, allowing users to toggle sorting between ascending and descending order. - Enhanced user interaction by updating the header's visual state based on the current sorting direction. * fix: update layout and structure in UserHomePage and DashboardDemo components - Added a new div structure within the PageBody of UserHomePage for improved layout. - Simplified the grid structure in DashboardDemo by adjusting the number of columns for better responsiveness. - Enhanced the PageWithSidebar component to ensure proper flex behavior and layout consistency. * refactor: simplify PageBody structure in UserHomePage - Removed unnecessary div elements within the PageBody of UserHomePage for cleaner layout. - Enhanced readability and maintainability of the component structure.
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "@kit/otp",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"clean": "git clean -xdf .turbo node_modules",
|
|
"format": "prettier --check \"**/*.{ts,tsx}\"",
|
|
"lint": "eslint .",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"prettier": "@kit/prettier-config",
|
|
"exports": {
|
|
".": "./src/api/index.ts",
|
|
"./components": "./src/components/index.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@hookform/resolvers": "^5.2.2",
|
|
"@kit/email-templates": "workspace:*",
|
|
"@kit/eslint-config": "workspace:*",
|
|
"@kit/mailers": "workspace:*",
|
|
"@kit/next": "workspace:*",
|
|
"@kit/prettier-config": "workspace:*",
|
|
"@kit/shared": "workspace:*",
|
|
"@kit/supabase": "workspace:*",
|
|
"@kit/tsconfig": "workspace:*",
|
|
"@kit/ui": "workspace:*",
|
|
"@radix-ui/react-icons": "^1.3.2",
|
|
"@supabase/supabase-js": "catalog:",
|
|
"@types/react": "catalog:",
|
|
"@types/react-dom": "catalog:",
|
|
"react": "catalog:",
|
|
"react-dom": "19.2.0",
|
|
"react-hook-form": "^7.66.0",
|
|
"zod": "catalog:"
|
|
},
|
|
"typesVersions": {
|
|
"*": {
|
|
"*": [
|
|
"src/*"
|
|
]
|
|
}
|
|
}
|
|
}
|