UNPKG

@atlaskit/motion

Version:

A set of utilities to apply motion in your application.

108 lines (107 loc) 2.85 kB
{ "name": "@atlaskit/motion", "version": "5.1.4", "description": "A set of utilities to apply motion in your application.", "publishConfig": { "registry": "https://registry.npmjs.org/" }, "repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror", "author": "Atlassian Pty Ltd", "license": "Apache-2.0", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "module:es2019": "dist/es2019/index.js", "types": "dist/types/index.d.ts", "typesVersions": { ">=4.5 <4.9": { "*": [ "dist/types-ts4.5/*", "dist/types-ts4.5/index.d.ts" ] } }, "sideEffects": [ "**/*.compiled.css" ], "af:exports": { ".": "./src/index.tsx", "./types": "./src/entry-points/types.tsx", "./curves": "./src/entry-points/curves.tsx", "./durations": "./src/entry-points/durations.tsx", "./accessibility": "./src/entry-points/accessibility.tsx", "./exiting-persistence": "./src/entry-points/exiting-persistence.tsx", "./fade-in": "./src/entry-points/fade-in.tsx", "./slide-in": "./src/entry-points/slide-in.tsx", "./zoom-in": "./src/entry-points/zoom-in.tsx", "./shrink-out": "./src/entry-points/shrink-out.tsx", "./staggered-entrance": "./src/entry-points/staggered-entrance.tsx" }, "atlaskit:src": "src/index.tsx", "atlassian": { "team": "Design System Team", "runReact18": true, "website": { "name": "Motion", "category": "Libraries" } }, "dependencies": { "@atlaskit/css": "^0.11.0", "@atlaskit/ds-lib": "^4.0.0", "@atlaskit/platform-feature-flags": "^1.1.0", "@babel/runtime": "^7.0.0", "@compiled/react": "^0.18.3", "bind-event-listener": "^3.0.0" }, "peerDependencies": { "react": "^18.2.0" }, "devDependencies": { "@atlaskit/button": "^23.2.0", "@atlaskit/docs": "^11.0.0", "@atlaskit/focus-ring": "^3.0.0", "@atlaskit/form": "^12.0.0", "@atlaskit/link": "^3.2.0", "@atlaskit/logo": "^19.1.0", "@atlaskit/section-message": "^8.2.0", "@atlaskit/tokens": "^5.3.0", "@atlaskit/visual-regression": "workspace:^", "@atlassian/feature-flags-test-utils": "^0.3.0", "@atlassian/ssr-tests": "^0.2.0", "@testing-library/react": "^13.4.0", "@testing-library/react-hooks": "^8.0.1", "raf-stub": "^2.0.1", "react-dom": "^18.2.0", "typescript": "~5.4.2" }, "keywords": [ "atlaskit", "css", "animation", "motion", "react", "ui" ], "techstack": { "@atlassian/frontend": { "import-structure": "atlassian-conventions" }, "@repo/internal": { "dom-events": "use-bind-event-listener", "design-system": "v1", "design-tokens": [ "color", "spacing" ], "deprecation": "no-deprecated-imports", "styling": [ "emotion" ], "imports": [ "import-no-extraneous-disable-for-examples-and-docs" ] } }, "homepage": "https://atlassian.design/components/motion/", "platform-feature-flags": {} }