Describe the bug
The package.json file of the @progress/kendo-vue-listbox package doesn't have the following definition:
"exports": {
"node": "./dist/esm/main.js",
"import": "./dist/es/main.js",
"require": "./dist/npm/main.js",
"default": "./dist/npm/main.js"
}
To Reproduce
Expected behavior
The package.json file of the @progress/kendo-vue-listbox package should have the described above definition.