mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 13:19:21 +00:00
restore dependencies
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
@@ -10,10 +10,10 @@
|
||||
"start": "next start",
|
||||
"lint": "pnpm run '/^lint:check:.*$/'",
|
||||
"lint:check:next": "next lint",
|
||||
"lint:check:knip": "knip",
|
||||
"lint:check:prettier": "prettier --check .",
|
||||
"lint:fix": "prettier --write .",
|
||||
"test:unit": "vitest --run",
|
||||
"lint-staged": "lint-staged",
|
||||
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf .next"
|
||||
},
|
||||
"pnpm": {
|
||||
@@ -21,6 +21,12 @@
|
||||
"@zitadel/proto": "latest"
|
||||
}
|
||||
},
|
||||
"git": {
|
||||
"pre-commit": "lint-staged"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*": "prettier --write --ignore-unknown"
|
||||
},
|
||||
"dependencies": {
|
||||
"@headlessui/react": "^2.1.9",
|
||||
"@heroicons/react": "2.1.3",
|
||||
@@ -30,11 +36,13 @@
|
||||
"@zitadel/proto": "latest",
|
||||
"clsx": "1.2.1",
|
||||
"copy-to-clipboard": "^3.3.3",
|
||||
"deepmerge": "^4.3.1",
|
||||
"lucide-react": "0.469.0",
|
||||
"moment": "^2.29.4",
|
||||
"next": "15.4.0-canary.86",
|
||||
"next-intl": "^3.25.1",
|
||||
"next-themes": "^0.2.1",
|
||||
"nice-grpc": "2.0.1",
|
||||
"qrcode.react": "^3.1.0",
|
||||
"react": "19.1.0",
|
||||
"react-dom": "19.1.0",
|
||||
@@ -43,30 +51,35 @@
|
||||
"uuid": "^11.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/eslint-parser": "^7.23.0",
|
||||
"@bufbuild/buf": "^1.53.0",
|
||||
"@testing-library/jest-dom": "^6.6.3",
|
||||
"@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-dom": "19.1.2",
|
||||
"@types/tinycolor2": "1.4.3",
|
||||
"@types/uuid": "^10.0.0",
|
||||
"@typescript-eslint/eslint-plugin": "^7.0.0",
|
||||
"@typescript-eslint/parser": "^7.0.0",
|
||||
"@vercel/git-hooks": "1.0.0",
|
||||
"autoprefixer": "10.4.21",
|
||||
"@vitejs/plugin-react": "^4.4.1",
|
||||
"eslint": "^8.57.0",
|
||||
"eslint-config-next": "15.4.0-canary.86",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"grpc-tools": "1.13.0",
|
||||
"jsdom": "^26.1.0",
|
||||
"knip": "^5.61.3",
|
||||
"lint-staged": "15.5.1",
|
||||
"make-dir-cli": "4.0.0",
|
||||
"postcss": "8.5.3",
|
||||
"prettier": "^3.2.5",
|
||||
"prettier-plugin-organize-imports": "^3.2.0",
|
||||
"prettier-plugin-tailwindcss": "0.6.11",
|
||||
"sass": "^1.87.0",
|
||||
"tailwindcss": "3.4.14",
|
||||
"ts-proto": "^2.7.0",
|
||||
"typescript": "^5.8.3",
|
||||
"vite-tsconfig-paths": "^5.1.4",
|
||||
"vitest": "^2.0.0"
|
||||
}
|
||||
}
|
||||
|
6372
apps/login/pnpm-lock.yaml
generated
6372
apps/login/pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
760
pnpm-lock.yaml
generated
760
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user