Problem
react-beautiful-dnd and @types/react-beautiful-dnd are still in package.json but are no longer used anywhere in the codebase. The project migrated to @dnd-kit for all drag-and-drop functionality.
Proposed Solution
npm uninstall react-beautiful-dnd @types/react-beautiful-dnd
Acceptance Criteria
Problem
react-beautiful-dndand@types/react-beautiful-dndare still inpackage.jsonbut are no longer used anywhere in the codebase. The project migrated to@dnd-kitfor all drag-and-drop functionality.Proposed Solution
Acceptance Criteria
package.jsonnpm run buildstill succeedsreact-beautiful-dndin the codebase