{
  "name": "rc-motion",
  "version": "2.6.0",
  "description": "React lifecycle controlled motion library",
  "keywords": [
    "react",
    "react-component",
    "react-motion",
    "motion",
    "antd",
    "ant-design"
  ],
  "main": "./lib/index",
  "module": "./es/index",
  "files": [
    "assets/*.css",
    "assets/*.less",
    "es",
    "lib",
    "dist"
  ],
  "homepage": "https://react-component.github.io/motion",
  "repository": {
    "type": "git",
    "url": "git@github.com:react-component/motion.git"
  },
  "bugs": {
    "url": "http://github.com/react-component/motion/issues"
  },
  "license": "MIT",
  "scripts": {
    "start": "cross-env NODE_ENV=development father doc dev --storybook",
    "build": "father doc build --storybook",
    "compile": "father build && lessc assets/index.less assets/index.css",
    "gh-pages": "npm run build && father doc deploy",
    "prepublishOnly": "npm run compile && np --yolo --no-publish",
    "postpublish": "npm run gh-pages",
    "lint": "eslint src/ --ext .ts,.tsx,.jsx,.js,.md",
    "test": "father test",
    "coverage": "father test --coverage",
    "now-build": "npm run build"
  },
  "dependencies": {
    "@babel/runtime": "^7.11.1",
    "classnames": "^2.2.1",
    "rc-util": "^5.21.0"
  },
  "devDependencies": {
    "@testing-library/jest-dom": "^5.16.4",
    "@testing-library/react": "^13.0.0",
    "@types/classnames": "^2.2.9",
    "@types/enzyme": "^3.10.5",
    "@types/jest": "^26.0.8",
    "@types/react": "^16.9.2",
    "@types/react-dom": "^16.9.0",
    "@umijs/fabric": "^2.0.8",
    "cross-env": "^7.0.2",
    "eslint": "^7.0.0",
    "father": "^2.13.4",
    "jest": "^26.4.2",
    "less": "^3.10.3",
    "np": "^6.2.4",
    "prettier": "^2.1.1",
    "react": "^18.0.0",
    "react-dom": "^18.0.0",
    "regenerator-runtime": "^0.13.7",
    "typescript": "^4.0.3"
  },
  "peerDependencies": {
    "react": ">=16.9.0",
    "react-dom": ">=16.9.0"
  },
  "cnpm": {
    "mode": "npm"
  },
  "tnpm": {
    "mode": "npm"
  }
}
