Use Drag & Drop Functionality from WordPress Admin Area in the Frontend?

You can enqueue those scripts in your theme to use it. It’s all part of jQuery ui;

https://developer.wordpress.org/reference/functions/wp_enqueue_script/

wp_enqueue_script(
 array(
   'jquery-ui-core',
   'jquery-ui-sortable'
 )
)

https://jqueryui.com/sortable/