{
  "_from": "framer-motion@^12.6.2",
  "_id": "framer-motion@12.29.2",
  "_inBundle": false,
  "_integrity": "sha512-lSNRzBJk4wuIy0emYQ/nfZ7eWhqud2umPKw2QAQki6uKhZPKm2hRQHeQoHTG9MIvfobb+A/LbEWPJU794ZUKrg==",
  "_location": "/framer-motion",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "framer-motion@^12.6.2",
    "name": "framer-motion",
    "escapedName": "framer-motion",
    "rawSpec": "^12.6.2",
    "saveSpec": null,
    "fetchSpec": "^12.6.2"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.29.2.tgz",
  "_shasum": "462d5ff8f9a21803794add0fd5e703de17ed6946",
  "_spec": "framer-motion@^12.6.2",
  "_where": "C:\\Sites\\Ecommerce",
  "author": {
    "name": "Matt Perry"
  },
  "bugs": {
    "url": "https://github.com/motiondivision/motion/issues"
  },
  "bundleDependencies": false,
  "bundlesize": [
    {
      "path": "./dist/size-rollup-motion.js",
      "maxSize": "34.9 kB"
    },
    {
      "path": "./dist/size-rollup-m.js",
      "maxSize": "6 kB"
    },
    {
      "path": "./dist/size-rollup-dom-animation.js",
      "maxSize": "17.85 kB"
    },
    {
      "path": "./dist/size-rollup-dom-max.js",
      "maxSize": "29.8 kB"
    },
    {
      "path": "./dist/size-rollup-animate.js",
      "maxSize": "19.1 kB"
    },
    {
      "path": "./dist/size-rollup-scroll.js",
      "maxSize": "5.2 kB"
    },
    {
      "path": "./dist/size-rollup-waapi-animate.js",
      "maxSize": "2.26 kB"
    }
  ],
  "dependencies": {
    "motion-dom": "^12.29.2",
    "motion-utils": "^12.29.2",
    "tslib": "^2.4.0"
  },
  "deprecated": false,
  "description": "A simple and powerful JavaScript animation library",
  "devDependencies": {
    "@radix-ui/react-dialog": "^1.1.15",
    "@thednp/dommatrix": "^2.0.11",
    "@types/three": "0.137.0",
    "three": "0.137.0"
  },
  "exports": {
    ".": {
      "types": "./dist/types/index.d.ts",
      "require": "./dist/cjs/index.js",
      "import": "./dist/es/index.mjs",
      "default": "./dist/cjs/index.js"
    },
    "./debug": {
      "types": "./dist/debug.d.ts",
      "require": "./dist/cjs/debug.js",
      "import": "./dist/es/debug.mjs",
      "default": "./dist/cjs/debug.js"
    },
    "./dom/mini": {
      "types": "./dist/dom-mini.d.ts",
      "require": "./dist/cjs/dom-mini.js",
      "import": "./dist/es/dom-mini.mjs",
      "default": "./dist/cjs/dom-mini.js"
    },
    "./dom": {
      "types": "./dist/dom.d.ts",
      "require": "./dist/cjs/dom.js",
      "import": "./dist/es/dom.mjs",
      "default": "./dist/cjs/dom.js"
    },
    "./client": {
      "types": "./dist/types/client.d.ts",
      "require": "./dist/cjs/client.js",
      "import": "./dist/es/client.mjs",
      "default": "./dist/cjs/client.js"
    },
    "./m": {
      "types": "./dist/m.d.ts",
      "require": "./dist/cjs/m.js",
      "import": "./dist/es/m.mjs",
      "default": "./dist/cjs/m.js"
    },
    "./mini": {
      "types": "./dist/mini.d.ts",
      "require": "./dist/cjs/mini.js",
      "import": "./dist/es/mini.mjs",
      "default": "./dist/cjs/mini.js"
    },
    "./projection": {
      "types": "./dist/projection.d.ts",
      "import": "./dist/es/projection.mjs",
      "default": "./dist/es/projection.mjs"
    },
    "./package.json": "./package.json"
  },
  "gitHead": "8f6ad46d8a1905084e9f5fba290d229d18d07b47",
  "homepage": "https://github.com/motiondivision/motion#readme",
  "keywords": [
    "react animation",
    "react",
    "pose",
    "react pose",
    "animation",
    "gestures",
    "drag",
    "spring",
    "popmotion",
    "framer",
    "waapi"
  ],
  "license": "MIT",
  "main": "dist/cjs/index.js",
  "module": "dist/es/index.mjs",
  "name": "framer-motion",
  "peerDependencies": {
    "@emotion/is-prop-valid": "*",
    "react": "^18.0.0 || ^19.0.0",
    "react-dom": "^18.0.0 || ^19.0.0"
  },
  "peerDependenciesMeta": {
    "@emotion/is-prop-valid": {
      "optional": true
    },
    "react": {
      "optional": true
    },
    "react-dom": {
      "optional": true
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/motiondivision/motion.git"
  },
  "scripts": {
    "build": "yarn clean && tsc --noEmitOnError -p . && rollup -c && node ./scripts/check-bundle.js",
    "clean": "rm -rf types dist lib",
    "dev": "yarn watch",
    "eslint": "yarn run lint",
    "lint": "yarn eslint src/**/*.ts",
    "measure": "rollup -c ./rollup.size.config.mjs",
    "postpublish": "git push --tags",
    "prepack": "yarn build && yarn measure",
    "prettier": "prettier ./src/* --write",
    "test": "yarn test-server && yarn test-client",
    "test-client": "jest --config jest.config.json --max-workers=2",
    "test-server": "jest --config jest.config.ssr.json",
    "watch": "concurrently -c blue,red -n tsc --noEmitOnError ,rollup --kill-others \"tsc  --noEmitOnError --watch -p . --preserveWatchOutput\" \"rollup --config --watch --no-watch.clearScreen\""
  },
  "sideEffects": false,
  "types": "dist/types/index.d.ts",
  "version": "12.29.2"
}
