const platformOptions = [ { label: 'All Platforms', value: '' }, { label: 'macOS', value: 'darwin' }, { label: 'Windows', value: 'windows' }, { label: 'Ubuntu', value: 'ubuntu' }, { label: 'Centos', value: 'centos' }, ]; export default { platformOptions };