I am wondering what JavaScript libraries and frameworks are integrated in WordPress, which I could use out of the box? Also wondering if I can see which versions of the libs and frameworks are used per WordPress version? Is there any good documentation to it?
I am wondering what JavaScript libraries and frameworks are integrated in WordPress, which I could use out of the box? Also wondering if I can see which versions of the libs and frameworks are used per WordPress version? Is there any good documentation to it?
You can find the list of scripts and their registered handles here:
Default Scripts Included and Registered by WordPress
You can also search in wp-includes/js
and wp-admin/js
directories.