You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Context:
The package.json includes several scripts and dependencies that appear unused or redundant (e.g., duplicate build scripts or dev-only tools in dependencies), increasing the build size and confusion for new developers.
Technical Analysis:
Current Gap:package.json contains a mix of manual scripts (e.g., pm2:logs, verify:spotify) that could be consolidated.
Required Change:
Dependency Audit: Remove unused packages.
Script Consolidation: Combine test:visual:ui, test:visual:update, etc., into a cleaner CLI interface or use a task runner.
File Removal: Delete legacy configuration files like .eslintrc.json if eslint.config.mjs is the new standard.
OPEN(Linked to PR Comprehensive Codebase & Configuration Cleanup #705)The
package.jsonincludes several scripts and dependencies that appear unused or redundant (e.g., duplicate build scripts or dev-only tools in dependencies), increasing the build size and confusion for new developers.package.jsoncontains a mix of manual scripts (e.g.,pm2:logs,verify:spotify) that could be consolidated.test:visual:ui,test:visual:update, etc., into a cleaner CLI interface or use a task runner..eslintrc.jsonifeslint.config.mjsis the new standard.