UNPKG

@progress/kendo-react-animation

Version:

React Animation component assists with animating HTML elements. KendoReact Animation package

53 lines (52 loc) 1.45 kB
{ "name": "@progress/kendo-react-animation", "description": "React Animation component assists with animating HTML elements. KendoReact Animation package", "version": "5.12.0", "repository": { "type": "git", "url": "https://github.com/telerik/kendo-react.git" }, "main": "dist/npm/main.js", "types": "dist/npm/main.d.ts", "module": "dist/es/main.js", "jsnext:main": "dist/es/main.js", "scripts": { "test": "cd ../../ && npm run test -- --testPathPattern=/packages/animation/.*", "e2e": "cd ../../ && npx jest --maxWorkers=4 --config jest.e2e.js packages/animation/e2e/", "start": "gulp start", "build-package": "gulp build-package" }, "homepage": "https://www.telerik.com/kendo-react-ui", "keywords": [ "Kendo UI", "React", "Progress", "Animation", "KendoReact", "reactjs", "UI", "components", "React component", "Telerik" ], "peerDependencies": { "@progress/kendo-licensing": "^1.3.0", "react": "^16.8.2 || ^17.0.0 || ^18.0.0", "react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0" }, "dependencies": { "@progress/kendo-react-common": "5.12.0", "prop-types": "^15.6.0", "react-transition-group": "4.4.2" }, "@progress": { "friendlyName": "Animations", "framework": "KendoReact" }, "author": "Progress", "license": "SEE LICENSE IN LICENSE.md", "publishConfig": { "access": "public" }, "sideEffects": false }