jQuery.fn.jquery and check exported code files (if available) for version info in filenames or comments.To identify the versions of third-party libraries used by Webflow in its generated JavaScript code, you need to inspect the published site or exported code, as Webflow does not provide this information directly in the Designer.
<script src="..."> tags, with URLs pointing to Webflow CDN domains like https://assets.website-files.com.
webflow.js depends on it./jquery-3.5.1.min.js, which indicates jQuery version 3.5.1.webflow.js.
webflow.js and check the Headers and Preview or Response tab.
jquery.min.js (often found in the js folder).webflow.js — may include a header comment listing the build version.
jQuery.fn.jquery to get the jQuery version.Webflow.version (may return internal build string if accessible).
To find third-party library versions used by Webflow, inspect the published site’s script files, review headers in DevTools, or use JavaScript commands like jQuery.fn.jquery. If you have export access, downloaded files may explicitly reveal version numbers in file names or comments.