restore dependencies

This commit is contained in:
Elio Bischof
2025-07-18 09:25:01 +02:00
parent 2fd028976c
commit 920be186c9
4 changed files with 6805 additions and 381 deletions

View File

@@ -1,31 +0,0 @@
{
"$schema": "https://unpkg.com/knip@5/schema.json",
"workspaces": {
".": {
"ignore": [
"acceptance/**",
"integration/**"
]
}
},
"ignoreDependencies": [
"@zitadel/client",
"@zitadel/proto"
],
"rules": {
"optionalPeerDependencies": "error",
"dependencies": "error",
"devDependencies": "error",
"exports": "warn",
"files": "warn",
"binaries": "warn",
"classMembers": "warn",
"duplicates": "warn",
"enumMembers": "warn",
"nsExports": "warn",
"nsTypes": "warn",
"types": "warn",
"unlisted": "warn",
"unresolved": "warn"
}
}

View File

@@ -10,10 +10,10 @@
"start": "next start", "start": "next start",
"lint": "pnpm run '/^lint:check:.*$/'", "lint": "pnpm run '/^lint:check:.*$/'",
"lint:check:next": "next lint", "lint:check:next": "next lint",
"lint:check:knip": "knip",
"lint:check:prettier": "prettier --check .", "lint:check:prettier": "prettier --check .",
"lint:fix": "prettier --write .", "lint:fix": "prettier --write .",
"test:unit": "vitest --run", "test:unit": "vitest --run",
"lint-staged": "lint-staged",
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf .next" "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf .next"
}, },
"pnpm": { "pnpm": {
@@ -21,6 +21,12 @@
"@zitadel/proto": "latest" "@zitadel/proto": "latest"
} }
}, },
"git": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"*": "prettier --write --ignore-unknown"
},
"dependencies": { "dependencies": {
"@headlessui/react": "^2.1.9", "@headlessui/react": "^2.1.9",
"@heroicons/react": "2.1.3", "@heroicons/react": "2.1.3",
@@ -30,11 +36,13 @@
"@zitadel/proto": "latest", "@zitadel/proto": "latest",
"clsx": "1.2.1", "clsx": "1.2.1",
"copy-to-clipboard": "^3.3.3", "copy-to-clipboard": "^3.3.3",
"deepmerge": "^4.3.1",
"lucide-react": "0.469.0", "lucide-react": "0.469.0",
"moment": "^2.29.4", "moment": "^2.29.4",
"next": "15.4.0-canary.86", "next": "15.4.0-canary.86",
"next-intl": "^3.25.1", "next-intl": "^3.25.1",
"next-themes": "^0.2.1", "next-themes": "^0.2.1",
"nice-grpc": "2.0.1",
"qrcode.react": "^3.1.0", "qrcode.react": "^3.1.0",
"react": "19.1.0", "react": "19.1.0",
"react-dom": "19.1.0", "react-dom": "19.1.0",
@@ -43,30 +51,35 @@
"uuid": "^11.1.0" "uuid": "^11.1.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/eslint-parser": "^7.23.0",
"@bufbuild/buf": "^1.53.0",
"@testing-library/jest-dom": "^6.6.3", "@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0", "@testing-library/react": "^16.3.0",
"@types/node": "^22.16.4", "@types/ms": "2.1.0",
"@types/node": "^22.14.1",
"@types/react": "19.1.2", "@types/react": "19.1.2",
"@types/react-dom": "19.1.2", "@types/react-dom": "19.1.2",
"@types/tinycolor2": "1.4.3", "@types/tinycolor2": "1.4.3",
"@types/uuid": "^10.0.0", "@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^7.0.0", "@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0", "@typescript-eslint/parser": "^7.0.0",
"@vercel/git-hooks": "1.0.0",
"autoprefixer": "10.4.21", "autoprefixer": "10.4.21",
"@vitejs/plugin-react": "^4.4.1",
"eslint": "^8.57.0", "eslint": "^8.57.0",
"eslint-config-next": "15.4.0-canary.86", "eslint-config-next": "15.4.0-canary.86",
"eslint-config-prettier": "^9.1.0", "eslint-config-prettier": "^9.1.0",
"grpc-tools": "1.13.0",
"jsdom": "^26.1.0", "jsdom": "^26.1.0",
"knip": "^5.61.3", "lint-staged": "15.5.1",
"make-dir-cli": "4.0.0",
"postcss": "8.5.3", "postcss": "8.5.3",
"prettier": "^3.2.5", "prettier": "^3.2.5",
"prettier-plugin-organize-imports": "^3.2.0", "prettier-plugin-organize-imports": "^3.2.0",
"prettier-plugin-tailwindcss": "0.6.11", "prettier-plugin-tailwindcss": "0.6.11",
"sass": "^1.87.0", "sass": "^1.87.0",
"tailwindcss": "3.4.14", "tailwindcss": "3.4.14",
"ts-proto": "^2.7.0",
"typescript": "^5.8.3", "typescript": "^5.8.3",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^2.0.0" "vitest": "^2.0.0"
} }
} }

6372
apps/login/pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

760
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff