@progress/kendo-react-animation
Version:
React Animation component assists with animating HTML elements. KendoReact Animation package
69 lines • 1.7 kB
JSON
{
"name": "@progress/kendo-react-animation",
"version": "10.1.0",
"description": "React Animation component assists with animating HTML elements. KendoReact Animation package",
"author": "Progress",
"license": "SEE LICENSE IN LICENSE.md",
"homepage": "https://www.telerik.com/kendo-react-ui",
"main": "./index.js",
"module": "./index.mjs",
"types": "./index.d.ts",
"exports": {
".": {
"import": {
"types": "./index.d.mts",
"default": "./index.mjs"
},
"require": {
"types": "./index.d.ts",
"default": "./index.js"
}
},
"./package.json": {
"default": "./package.json"
}
},
"sideEffects": false,
"peerDependencies": {
"@progress/kendo-licensing": "^1.5.1",
"@progress/kendo-react-common": "10.1.0",
"@progress/kendo-svg-icons": "^4.0.0",
"react": "^16.8.2 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc",
"react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc",
"react-transition-group": "^4.4.2"
},
"dependencies": {
"prop-types": "^15.6.0"
},
"keywords": [
"Kendo UI",
"React",
"Progress",
"Animation",
"KendoReact",
"KendoReact Free",
"reactjs",
"UI",
"components",
"React component",
"free React component",
"Telerik",
"expand animation",
"fade animation",
"push animation",
"reveal animation",
"slide animation",
"zoom animation"
],
"@progress": {
"friendlyName": "Animations",
"framework": "KendoReact"
},
"repository": {
"type": "git",
"url": "git+https://github.com/telerik/kendo-react.git"
},
"publishConfig": {
"access": "public"
}
}