Solution
Use the du command with the sort command as
$ du -s * | sort -rn
747624 work
23856 cards
7040 postie
680 convert
120 thumbs
This will list the the size in bytes for the directories in the current directory based on the descending order of their sizes.