You can use the following query to retrieve that list
select NAME, SHORT_NAME, LSW_PROJECT.LAST_MODIFIED from LSW_PROJECT where IS_TOOLKIT='T' and SHORT_NAME not in (select NAME from LSW_PROJECT_DEPENDENCY group by NAME) order by LSW_PROJECT.LAST_MODIFIED