nx.json, workspace.json, and project.json are left over from a pre-refactor monorepo setup. No npm script or workflow references Nx anymore, but the nx-related devDependencies still get installed and Dependabot keeps proposing bumps for a tool we don't use (see PR #12).
What to do
Acceptance criteria
npm ci && npm test && npm run build all pass with the Nx files and deps gone.
nx.json,workspace.json, andproject.jsonare left over from a pre-refactor monorepo setup. No npm script or workflow references Nx anymore, but thenx-related devDependencies still get installed and Dependabot keeps proposing bumps for a tool we don't use (see PR #12).What to do
nx.json,workspace.json,project.json.package.json(check fornxand any@nrwl/*packages).Acceptance criteria
npm ci && npm test && npm run buildall pass with the Nx files and deps gone.