{ "name": "@fluentui/react-motion", "version": "9.14.0", "description": "A package with utilities & motion definitions using Web Animations API", "main": "lib-commonjs/index.js", "module": "lib/index.js", "typings": "./dist/index.d.ts", "sideEffects": false, "files": [ "*.md", "dist/*.d.ts", "lib", "lib-commonjs" ], "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", "dependencies": { "@fluentui/react-shared-contexts": "^9.26.2", "@fluentui/react-utilities": "^9.26.2", "@swc/helpers": "^0.5.1" }, "peerDependencies": { "@types/react": ">=16.8.0 <20.0.0", "@types/react-dom": ">=16.8.0 <20.0.0", "react": ">=16.14.0 <20.0.0", "react-dom": ">=16.8.0 <20.0.0" }, "exports": { ".": { "types": "./dist/index.d.ts", "node": "./lib-commonjs/index.js", "import": "./lib/index.js", "require": "./lib-commonjs/index.js" }, "./package.json": "./package.json" }, "beachball": { "disallowedChangeTypes": [ "major", "prerelease" ] } }