remove unused dependencies

This commit is contained in:
Elio Bischof
2025-07-17 23:28:45 +02:00
parent d5093a4edf
commit 1adf1e73a9
22 changed files with 1087 additions and 6716 deletions

View File

@@ -43,9 +43,11 @@
],
"sideEffects": false,
"scripts": {
"build": "pnpm exec tsup",
"test:unit": "pnpm exec vitest --run",
"lint": "eslint \"src/**/*.ts*\"",
"build": "tsup",
"lint": "pnpm run '/eslint|knip/'",
"eslint": "eslint 'src/**/*.ts*'",
"knip": "knip",
"test:unit": "vitest --run",
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
},
"dependencies": {
@@ -58,10 +60,13 @@
},
"devDependencies": {
"@bufbuild/protocompile": "^0.0.1",
"@types/node": "^24.0.14",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"eslint": "^8.57.0",
"knip": "^5.61.3",
"tsup": "^8.4.0",
"typescript": "^5.8.3",
"vitest": "^2.0.0"
}
}

View File

@@ -14,7 +14,7 @@
],
"sideEffects": false,
"scripts": {
"generate": "pnpm exec buf generate ../../proto --path ../../proto/zitadel",
"generate": "buf generate ../../proto --path ../../proto/zitadel",
"clean": "rm -rf zitadel .turbo node_modules google protoc-gen-openapiv2 validate"
},
"devDependencies": {