Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 21 additions & 21 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
.DS_Store
node_modules
.turbo
*.log
.next
dist
dist-ssr
*.local
.env
server/dist
public/dist
.vscode
.idea
.vercel
.env*.local
/blob-report/
/out
/docker
/machinekey

.cursor
.DS_Store
node_modules
.turbo
*.log
.next
dist
dist-ssr
*.local
server/dist
public/dist
.vscode
.idea
.vercel
.env*.local
/blob-report/
/out
/docker
/machinekey
.cursor
config.bat
154 changes: 77 additions & 77 deletions apps/login/package.json
Original file line number Diff line number Diff line change
@@ -1,77 +1,77 @@
{
"name": "@zitadel/login",
"private": true,
"type": "module",
"scripts": {
"dev": "pnpm next dev --turbopack",
"test:unit": "pnpm vitest",
"test:unit:standalone": "pnpm test:unit",
"test:unit:watch": "pnpm test:unit --watch",
"lint": "pnpm exec eslint . && pnpm exec prettier --check .",
"lint:fix": "pnpm exec prettier --write .",
"lint-staged": "lint-staged",
"build": "pnpm exec next build",
"build:login:standalone": "NEXT_PUBLIC_BASE_PATH=/ui/v2/login NEXT_OUTPUT_MODE=standalone pnpm build",
"start": "pnpm build && pnpm exec next start",
"start:built": "pnpm exec next start",
"clean": "pnpm mock:stop && rm -rf .turbo && rm -rf node_modules && rm -rf .next"
},
"git": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"*": "prettier --write --ignore-unknown"
},
"dependencies": {
"@headlessui/react": "^2.2.10",
"@heroicons/react": "2.2.0",
"@sentry/nextjs": "^10.53.1",
"@tailwindcss/forms": "0.5.7",
"@vercel/analytics": "^1.2.2",
"@zitadel/client": "workspace:*",
"@zitadel/proto": "workspace:*",
"clsx": "1.2.1",
"copy-to-clipboard": "^3.3.3",
"deepmerge": "^4.3.1",
"fathom-client": "^3.7.2",
"lucide-react": "0.469.0",
"moment": "^2.29.4",
"next": "16.2.6",
"next-intl": "^4.11.2",
"next-themes": "^0.4.6",
"nice-grpc": "2.0.1",
"qrcode.react": "^3.1.0",
"react": "19.2.6",
"react-dom": "19.2.6",
"react-hook-form": "7.75.0",
"tinycolor2": "1.4.2",
"uuid": "^14.0.0"
},
"devDependencies": {
"@bufbuild/buf": "^1.53.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@types/ms": "2.1.0",
"@types/node": "^22.14.1",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@types/tinycolor2": "1.4.3",
"@types/uuid": "^10.0.0",
"@vercel/git-hooks": "1.0.0",
"@zitadel/eslint-config": "workspace:*",
"@zitadel/prettier-config": "workspace:*",
"@zitadel/tailwind-config": "workspace:*",
"@zitadel/tsconfig": "workspace:*",
"autoprefixer": "10.4.21",
"grpc-tools": "1.13.0",
"jsdom": "^26.1.0",
"lint-staged": "15.5.1",
"make-dir-cli": "4.0.0",
"postcss": "8.5.3",
"prettier-plugin-tailwindcss": "0.6.11",
"sass": "^1.87.0",
"tailwindcss": "3.4.14",
"ts-proto": "^2.7.0",
"typescript": "^5.8.3"
}
}
{
"name": "@zitadel/login",
"private": true,
"type": "module",
"scripts": {
"dev": "pnpm next dev --turbopack",
"test:unit": "pnpm vitest",
"test:unit:standalone": "pnpm test:unit",
"test:unit:watch": "pnpm test:unit --watch",
"lint": "pnpm exec eslint . && pnpm exec prettier --check .",
"lint:fix": "pnpm exec prettier --write .",
"lint-staged": "lint-staged",
"build": "pnpm exec next build",
"build:login:standalone": "NEXT_PUBLIC_BASE_PATH=/ui/v2/login NEXT_OUTPUT_MODE=standalone pnpm build",
"start": "pnpm build && pnpm exec next start",
"start:built": "pnpm exec next start",
"clean": "pnpm mock:stop && rm -rf .turbo && rm -rf node_modules && rm -rf .next"
},
"git": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"*": "prettier --write --ignore-unknown"
},
"dependencies": {
"@headlessui/react": "^2.2.10",
"@heroicons/react": "2.2.0",
"@sentry/nextjs": "^10.53.1",
"@tailwindcss/forms": "0.5.7",
"@vercel/analytics": "^1.2.2",
"@zitadel/client": "workspace:*",
"@zitadel/proto": "workspace:*",
"clsx": "1.2.1",
"copy-to-clipboard": "^3.3.3",
"deepmerge": "^4.3.1",
"fathom-client": "^3.7.2",
"lucide-react": "0.469.0",
"moment": "^2.29.4",
"next": "16.2.6",
"next-intl": "^4.11.2",
"next-themes": "^0.4.6",
"nice-grpc": "2.0.1",
"qrcode.react": "^3.1.0",
"react": "19.2.6",
"react-dom": "19.2.6",
"react-hook-form": "7.75.0",
"tinycolor2": "1.4.2",
"uuid": "^14.0.0"
},
"devDependencies": {
"@bufbuild/buf": "^1.53.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@types/ms": "2.1.0",
"@types/node": "^22.14.1",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@types/tinycolor2": "1.4.3",
"@types/uuid": "^10.0.0",
"@vercel/git-hooks": "1.0.0",
"@zitadel/eslint-config": "workspace:*",
"@zitadel/prettier-config": "workspace:*",
"@zitadel/tailwind-config": "workspace:*",
"@zitadel/tsconfig": "workspace:*",
"autoprefixer": "10.4.21",
"grpc-tools": "1.13.0",
"jsdom": "^26.1.0",
"lint-staged": "15.5.1",
"make-dir-cli": "4.0.0",
"postcss": "8.5.10",
"prettier-plugin-tailwindcss": "0.6.11",
"sass": "^1.87.0",
"tailwindcss": "3.4.14",
"ts-proto": "^2.7.0",
"typescript": "^5.8.3"
}
}
Loading
Loading