{
  "_args": [
    [
      "framer-motion@1.8.4",
      "/var/www/kotelnikovo"
    ]
  ],
  "_from": "framer-motion@1.8.4",
  "_id": "framer-motion@1.8.4",
  "_inBundle": false,
  "_integrity": "sha512-MMtJ3m0UpSb+val+aL8snz57p47LJS8lBSzvybhXjJgQHpufTZEzbp62eXNVdBlCHnC02J5+NmHRz4AAN6J9Qg==",
  "_location": "/framer-motion",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "framer-motion@1.8.4",
    "name": "framer-motion",
    "escapedName": "framer-motion",
    "rawSpec": "1.8.4",
    "saveSpec": null,
    "fetchSpec": "1.8.4"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-1.8.4.tgz",
  "_spec": "1.8.4",
  "_where": "/var/www/kotelnikovo",
  "author": {
    "name": "Framer Motion"
  },
  "dependencies": {
    "@emotion/is-prop-valid": "^0.8.2",
    "@popmotion/easing": "^1.0.2",
    "@popmotion/popcorn": "^0.4.2",
    "framesync": "^4.0.4",
    "hey-listen": "^1.0.8",
    "popmotion": "9.0.0-beta-8",
    "style-value-types": "^3.1.6",
    "stylefire": "^7.0.2",
    "tslib": "^1.10.0"
  },
  "description": "<p align=\"center\">   <img src=\"https://user-images.githubusercontent.com/38039349/60953119-d3c6f300-a2fc-11e9-9596-4978e5d52180.png\" width=\"176\" height=\"170\" alt=\"Framer Motion\" /> </p>",
  "devDependencies": {
    "@cypress/webpack-preprocessor": "^4.1.0",
    "@microsoft/api-extractor": "7.3.4",
    "@testing-library/dom": "^6.10.1",
    "@testing-library/react": "^9.3.2",
    "@types/jest": "^23.3.9",
    "@types/node": "^10.12.9",
    "@types/react": "^16.9.11",
    "@types/react-dom": "^16.9.4",
    "@types/styled-components": "^4.1.0",
    "@typescript-eslint/eslint-plugin": "^1.5.0",
    "@typescript-eslint/parser": "^1.5.0",
    "array-move": "^2.1.0",
    "cache-loader": "^1.2.5",
    "convert-tsconfig-paths-to-webpack-aliases": "^0.9.2",
    "cypress": "^3.4.0",
    "eslint": "^5.16.0",
    "eslint-config-prettier": "^4.1.0",
    "eslint-plugin-import": "^2.16.0",
    "eslint-plugin-react": "^7.12.4",
    "eslint-plugin-react-hooks": "^1.6.0",
    "fork-ts-checker-webpack-plugin": "^0.4.15",
    "husky": "1.1.4",
    "jest": "^24.8.0",
    "jest-dom": "^3.5.0",
    "jest-junit": "^6.4.0",
    "jest-watch-typeahead": "^0.4.2",
    "lint-staged": "^8.0.4",
    "lodash": "^4.17.13",
    "prettier": "^1.19.1",
    "progress-bar-webpack-plugin": "^1.11.0",
    "react": "^16.12.0",
    "react-dev-utils": "^6.1.1",
    "react-dom": "^16.12.0",
    "rollup": "^1.16.6",
    "rollup-plugin-commonjs": "^10.0.1",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-replace": "^2.2.0",
    "rollup-plugin-typescript2": "^0.21.2",
    "rollup-plugin-uglify": "^6.0.2",
    "rollup-plugin-visualizer": "^2.4.3",
    "start-server-and-test": "^1.9.1",
    "styled-components": "^4.1.1",
    "ts-jest": "^24.0.2",
    "ts-loader": "^5.3.0",
    "typescript": "^3.7.5",
    "webpack": "^4.25.1",
    "webpack-cli": "^3.1.2",
    "webpack-dev-server": "^3.7.2",
    "yarn-deduplicate": "^1.1.1"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "keywords": [
    "react animation",
    "react",
    "pose",
    "react pose",
    "animation",
    "spring",
    "popmotion",
    "framer"
  ],
  "license": "MIT",
  "lint-staged": {
    "linters": {
      "*.{ts,tsx}": [
        "prettier --write",
        "git add"
      ]
    },
    "ignore": [
      "**/api/*.api.ts"
    ]
  },
  "main": "dist/framer-motion.cjs.js",
  "module": "dist/framer-motion.es.js",
  "name": "framer-motion",
  "optionalDependencies": {
    "@emotion/is-prop-valid": "^0.8.2"
  },
  "peerDependencies": {
    "react": "^16.8",
    "react-dom": "^16.8"
  },
  "scripts": {
    "build": "rollup -c && make api && yarn measure",
    "deduplicate": "yarn-deduplicate yarn.lock",
    "lint": "yarn eslint src/**/*.ts",
    "measure": "gzip -c dist/framer-motion.js | wc -c",
    "prepublishOnly": "yarn test && yarn build",
    "prettier": "prettier ./src/* --write",
    "start-dev-server": "webpack-dev-server --config=dev/webpack/config.js",
    "test": "yarn test-client && yarn test-server && yarn test-e2e",
    "test-ci": "yarn test-client && yarn test-server",
    "test-client": "jest --coverage --config jest.config.json --maxWorkers=2",
    "test-e2e": "start-server-and-test start-dev-server http://localhost:9990 'cypress run'",
    "test-e2e-ci": "start-server-and-test start-dev-server http://localhost:9990 'cypress run'",
    "test-server": "jest --config jest.config.ssr.json",
    "watch": "jest --watch --coverage --coverageReporters=lcov  --config jest.config.json"
  },
  "types": "dist/framer-motion.d.ts",
  "version": "1.8.4"
}
