Dependencies cleanup (#216)

1. Updated dependencies
2. Disable Next.js Telemetry by default
3. Cleaned up unused dependencies
4. Refactored NPM scripts
This commit is contained in:
Giancarlo Buomprisco
2025-03-25 09:26:32 +07:00
committed by GitHub
parent a3c37d0e7c
commit 6fbc5cf6e5
27 changed files with 529 additions and 675 deletions

View File

@@ -38,4 +38,7 @@ NEXT_PUBLIC_ENABLE_TEAM_ACCOUNTS_DELETION=true
NEXT_PUBLIC_ENABLE_TEAM_ACCOUNTS_BILLING=true
NEXT_PUBLIC_ENABLE_TEAM_ACCOUNTS=true
NEXT_PUBLIC_ENABLE_TEAM_ACCOUNTS_CREATION=true
NEXT_PUBLIC_LANGUAGE_PRIORITY=application
NEXT_PUBLIC_LANGUAGE_PRIORITY=application
# NEXTJS
NEXT_TELEMETRY_DISABLED=1