Your code does seem ok, so it is hard to guess why are you not getting expected result. One thing to note is that WordPress ships with its own copies of Backbone and Underscore, it is considered a good practice to use its copies in such case.
The scripts you don’t “need” are likely coming from core and/or plugins you have installed. Which probably have their own opinion on what they need to work.
So in the end one strange part is why are you not getting some of scripts you enqueue.
Related Posts:
- How to Link External jQuery/Javascript files with WordPress
- Jquery in Child Theme
- How can I get wp_head() as a string instead of echoing it?
- Display custom_background outside wp_head()
- The style.css stylesheet doesn’t contain a valid theme header
- Want to have the Post editor remembering the last editing position
- When does WordPress wrap inline scripts in CDATA?
- WordPress Fatal error: Call to undefined get_header() in index.php on line 15 [closed]
- What is the WordPress Pinecone sitting on top of? [closed]
- Question about the way that wp_register_script works
- My scripts-bundle.js file is getting sent to the browser as a stylesheet css file. Help!
- Add js into a theme [closed]
- What’s the proper way to include inlined javascript-source?
- Retina JS not working
- How to find out if page_for_posts is showing (in order to style menu item)
- JavaScript Files Registered in Parent Theme Won’t Load When Calling wp_enqueue_script() in Child Theme?
- Remove transparancy in Sydney theme’s headerimage
- Angular integration with homepage
- Twenty fifteen theme – change responsive menu condition
- How to deactivate the text, that appears, when you hovering over topbar tabs? [closed]
- how do i in ignore/disable/delete a javascript call from parent in child theme?
- Blank line before doctype
- Using JQuery to check for Rel Attribute of Image before Overriding It
- Getting a ‘slide down’ js panel implemented within WP
- WordPress 5.1 upgrade has lost the parent theme JavaScript
- Changing an image in header.php
- How to add some php code in header.php using plugin
- Moving the search bar to be in menu bar
- How to get ONLY the URL of the image that show_media_header returns?
- Insert the current theme header into an external HTML/XHTML file
- Webflow Interactions on WordPress site?
- share wrordpress data between two shared hosts using REST API
- How do I get the featured image to sit below the header in the twenty nineteen theme?
- I want to remove part of a header
- Sticky header for wordpress changes size and logo size as I scroll down
- Will this js code work in a page template?
- How to disable primary main site header and logo in wordpress (Astra Theme) [closed]
- JQuery Error in theme for .live is not a function [closed]
- Adding a wp_head hook from an included PHP file
- Divi theme including javascript
- Use WordPress Built In Jquery
- Help!!! Old theme doesn’t load scripts and conflitcs with plugins
- How to remove pop up on website (css changes not visible)?
- How to replace Avatar link in profile page with upload profile pic. button using media library and display it in profile page and all wordpress site
- Change information (phone number) in header of WordPress site using Veda theme
- How to change background color in the Notepad++ text editor?
- How to change or add theme to Android Studio?
- WordPress frameworks and parent themes [closed]
- Opinions and recommendations on the best barebones base theme [closed]
- Remove JSON API links in header html
- Using OOP in themes
- Where can I download WordPress themes from? [closed]
- How can I allow the Editor Role to change Theme Settings?
- What are all the available parameters for query_posts?
- Customizing a WordPress theme without changing it?
- Where can I learn to create my own theme?
- How do I turn off self-closing tags for markup in WordPress (for HTML5, or HTML4, for example)?
- how to add version of style.css in wordpress
- Does WordPress work without a theme?
- What is the role and history of the $content_width global variable?
- theme path in javascript file
- Adding admin-ajax.php to the frontend. Good or bad idea?
- How to move the sidebar in TwentyFifteen to the right?
- Installation failed: Download failed. No working transports found
- What is theme-compat?
- Override parent theme translation on child theme
- WordPress Theme activation hook?
- Can wordpress theme folder name be changed freely and nothing technically happens
- Link to specific Customizer section
- What does exactly GPL license mean for my WordPress theme?
- Am I allowed to license my WordPress theme under the aGPL
- How do I change the header image height in Twenty Seventeen?
- Starter Theme vs Parent Theme? Pros and cons
- How to change the language for the front-end only?
- W3 Total Cache, CDN and theme files [closed]
- Best way to include Bootstrap in WordPress
- How to set thumbnail image for a (child) theme
- Is there a way to enable Cross-Origin Resource Sharing for WordPress’ ajaxurl?
- Different template of products for specific category. WooCommerce
- force enqueue script to be first in order of prominence
- Adding javascript to child theme
- Show different theme for admin?
- How can I version the main CSS file?
- What does l10n.js do in WordPress 3.1? And how do I remove it?
- what the best way to include images from the template’s images folder?
- Is it OK to remove theme credits from footer? [duplicate]
- Undefined offset: 0 in > […] /wp-includes/capabilities.php on line 1067
- How can I get the title attribute from get_the_post_thumbnail()?
- Dash or underscore in theme folder name?
- No “Add New” Button. How to add new theme?
- Any advantage of using wp_scripts and is_IE when enqueuing scripts
- How do I add support to my theme for custom menus?
- “Unexpected error” on update requests
- How to prevent plugin, theme installation failures on WordPress?
- How do I white label my self-hosted site created by wordpress?
- Do Child-Themes automatically load the Translation from the Parent-Theme?
- How do I force wp_enqueue_scripts to load at the END of ?
- When cropping a header image, retain meta data (i.e. name, description, etc.) from original image?
- Best practices for a Style/CSS based theme options page?
- How to create a new theme from scratch?