UNPKG

@progress/kendo-listview-vue-wrapper

Version:
43 lines (42 loc) 1.05 kB
{ "name": "@progress/kendo-listview-vue-wrapper", "version": "2024.3.806", "description": "Kendo UI ListView", "main": "./dist/npm/index.js", "module": "./dist/es/index.js", "typings": "./types/index.d.ts", "jsnext:main": "./dist/es/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Progress", "license": "SEE LICENSE in LICENSE.md", "keywords": [ "Kendo UI", "Progress", "Vue", "ListView", "Pager" ], "repository": { "type": "git", "url": "https://github.com/telerik/kendo-vue-wrappers/tree/master/packages/kendo-listview-vue-wrapper" }, "bugs": { "url": "https://github.com/telerik/kendo-ui-core" }, "dependencies": { "@progress/kendo-base-components-vue-wrapper": "2024.3.806" }, "peerDependencies": { "@progress/kendo-ui": "~2024.3.806", "vue": "^2.6.12 || ^3.0.2" }, "devDependencies": { "@progress/kendo-theme-default": "latest", "vue": "^2.3.3" }, "publishConfig": { "access": "public" } }