Update labels and refine hooks for teams and billing modules

This commit modifies several language labels and refines hooks related to 'teams' and 'billing' modules for better clarity and consistency. It also includes the deletion of unused locale files and package dependencies transfered to 'peerDependencies'. Lastly, it introduces minor enhancements in server command, error logging functionality, and scripts to interact with Stripe.
This commit is contained in:
giancarlo
2024-03-26 23:32:28 +08:00
parent 4032aed827
commit e402caff30
52 changed files with 1227 additions and 1049 deletions

View File

@@ -38,7 +38,11 @@
"zod": "^3.22.4",
"sonner": "^1.4.41",
"lucide-react": "0.307.0",
"class-variance-authority": "^0.7.0"
"class-variance-authority": "^0.7.0",
"date-fns": "^3.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.49.2"
},
"devDependencies": {
"@kit/eslint-config": "0.2.0",
@@ -47,13 +51,9 @@
"@kit/tsconfig": "0.1.0",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"date-fns": "^3.2.0",
"eslint": "^8.56.0",
"prettier": "^3.2.4",
"react": "18.2.0",
"react-day-picker": "^8.10.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.49.2",
"tailwindcss": "3.4.1",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.3.3"