@progress/kendo-vue-animation
Version:
Kendo UI for Vue Animation package
50 lines • 1.21 kB
JSON
{
"name": "@progress/kendo-vue-animation",
"version": "6.3.0",
"description": "Kendo UI for Vue Animation package",
"author": "Progress",
"license": "SEE LICENSE IN LICENSE.md",
"homepage": "https://www.telerik.com/kendo-vue-ui",
"main": "./index.js",
"types": "./index.d.ts",
"exports": {
".": {
"import": "./index.mjs",
"require": "./index.js"
},
"./package.json": {
"default": "./package.json"
}
},
"sideEffects": false,
"peerDependencies": {
"@progress/kendo-licensing": "^1.4.0",
"@progress/kendo-vue-common": "6.3.0",
"@progress/kendo-svg-icons": "^4.0.0",
"vue": "^3.0.2"
},
"dependencies": {},
"keywords": [
"Kendo UI",
"Vue",
"Progress",
"Animation"
],
"@progress": {
"friendlyName": "Animation",
"framework": "Kendo UI for Vue",
"package": {
"productName": "Kendo UI for Vue",
"productCode": "KENDOUIVUE",
"publishDate": 1743151096,
"licensingDocsUrl": "https://www.telerik.com/kendo-vue-ui/my-license/"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/telerik/kendo-vue.git"
},
"publishConfig": {
"access": "public"
}
}