{ "name": "@fluentui/react-motion", "version": "9.4.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", "scripts": { "build": "just-scripts build", "clean": "just-scripts clean", "generate-api": "just-scripts generate-api", "lint": "just-scripts lint", "start": "yarn storybook", "storybook": "yarn --cwd ../stories storybook", "test": "jest --passWithNoTests", "type-check": "just-scripts type-check", "e2e": "cypress run --component", "e2e:local": "cypress open --component", "bundle-size": "monosize measure" }, "devDependencies": { "@fluentui/eslint-plugin": "*", "@fluentui/react-conformance": "*", "@fluentui/react-conformance-griffel": "*", "@fluentui/scripts-api-extractor": "*", "@fluentui/scripts-tasks": "*", "@fluentui/scripts-cypress": "*" }, "dependencies": { "@fluentui/react-shared-contexts": "^9.20.0", "@fluentui/react-utilities": "^9.18.13", "@swc/helpers": "^0.5.1", "react-is": "^17.0.2" }, "peerDependencies": { "@types/react": ">=16.8.0 <19.0.0", "@types/react-dom": ">=16.8.0 <19.0.0", "react": ">=16.14.0 <19.0.0", "react-dom": ">=16.8.0 <19.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" ] } }