pnpm workspace root for Barazo forum development — shared configuration, tooling, and cross-package dependency management barazo.forum
at main 24 lines 583 B view raw
1packages: 2 - "barazo-lexicons" 3 - "barazo-api" 4 - "barazo-web" 5 - "barazo-plugins/packages/*" 6 7# Required for pnpm deploy with link: dependencies across workspace members. 8# See https://pnpm.io/cli/deploy 9forceLegacyDeploy: true 10 11catalog: 12 zod: "^4.3.6" 13 vitest: "^4.0.18" 14 typescript: "^5.9.3" 15 typescript-eslint: "^8.56.0" 16 eslint: "^9.39.2" 17 "@types/node": "^25.2.3" 18 "@commitlint/cli": "^20.4.1" 19 "@commitlint/config-conventional": "^20.4.1" 20 "@vitest/coverage-v8": "^4.0.18" 21 husky: "^9.1.7" 22 lint-staged: "^16.2.7" 23 multiformats: "^13.4.2" 24 prettier: "^3.8.1"