No the jquery is not there, you need a stealconfig file to map each dependency to source file for example:
Mohamed Cherif BOUCHELAGHEM
- steal.config({map: {"*": {"jquery/jquery.js": "jquery","can/util/util.js": "can/util/jquery/jquery.js",}}
- })
Mohamed Cherif BOUCHELAGHEM