* chore: bump version to 2.21.13 and update dependencies - Updated application version from 2.21.12 to 2.21.13 in package.json. - Upgraded dependencies including @next/bundle-analyzer and @next/eslint-plugin-next to 16.0.8. - Incremented @supabase/supabase-js to version 2.87.1 across multiple package.json files. - Updated @types/node to version 24.10.2 for consistency in pnpm-lock.yaml and pnpm-workspace.yaml. - Adjusted various package.json files to reflect updated versions for @ai-sdk/openai and @marsidev/react-turnstile. * refactor: enhance invitation form submission handling - Updated the invitation form submission process to wait for the response from the server after clicking the submit button, ensuring that the request is completed before proceeding. - Cleaned up the locator for the continue button for improved readability.
53 lines
1.5 KiB
JSON
53 lines
1.5 KiB
JSON
{
|
|
"name": "dev-tool",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"clean": "git clean -xdf .next .turbo node_modules",
|
|
"dev": "next dev --port=3010 | pino-pretty -c",
|
|
"format": "prettier --check --write \"**/*.{ts,tsx}\" --ignore-path=\"../../.prettierignore\""
|
|
},
|
|
"dependencies": {
|
|
"@ai-sdk/openai": "^2.0.80",
|
|
"@faker-js/faker": "^10.1.0",
|
|
"@hookform/resolvers": "^5.2.2",
|
|
"@tanstack/react-query": "catalog:",
|
|
"ai": "5.0.108",
|
|
"lucide-react": "^0.556.0",
|
|
"next": "catalog:",
|
|
"nodemailer": "^7.0.11",
|
|
"react": "catalog:",
|
|
"react-dom": "catalog:",
|
|
"rxjs": "^7.8.2"
|
|
},
|
|
"devDependencies": {
|
|
"@kit/email-templates": "workspace:*",
|
|
"@kit/i18n": "workspace:*",
|
|
"@kit/mcp-server": "workspace:*",
|
|
"@kit/next": "workspace:*",
|
|
"@kit/prettier-config": "workspace:*",
|
|
"@kit/shared": "workspace:*",
|
|
"@kit/tsconfig": "workspace:*",
|
|
"@kit/ui": "workspace:*",
|
|
"@tailwindcss/postcss": "^4.1.17",
|
|
"@types/node": "catalog:",
|
|
"@types/nodemailer": "7.0.4",
|
|
"@types/react": "catalog:",
|
|
"@types/react-dom": "catalog:",
|
|
"babel-plugin-react-compiler": "1.0.0",
|
|
"pino-pretty": "13.0.0",
|
|
"react-hook-form": "^7.68.0",
|
|
"recharts": "2.15.3",
|
|
"tailwindcss": "catalog:",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"typescript": "^5.9.3",
|
|
"zod": "catalog:"
|
|
},
|
|
"prettier": "@kit/prettier-config",
|
|
"browserslist": [
|
|
"last 1 versions",
|
|
"> 0.7%",
|
|
"not dead"
|
|
]
|
|
}
|