{
  "name": "mayui",
  "version": "0.0.6",
  "description": "React mobile components",
  "main": "lib/index.js",
  "module": "es/index.js",
  "files": [
    "lib",
    "es"
  ],
  "keywords": [
    "react",
    "mobile",
    "component",
    "components"
  ],
  "scripts": {
    "dev:site": "cross-env NODE_ENV=development webpack-dev-server --config ./build/webpack.config.js",
    "build:site": "cross-env NODE_ENV=production webpack --config ./build/webpack.config.js",
    "pack": "rm -rf es/ lib/ && father build",
    "dev:doc": "father doc dev",
    "pack:doc": "father doc build",
    "lint": "eslint src site --fix --ext .ts,.tsx",
    "prettier": "prettier -c --write src/**/*.ts[x] site/**/*.ts[x]"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ruralist-siyi/mayui.git"
  },
  "author": "siyi",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ruralist-siyi/mayui/issues"
  },
  "homepage": "https://github.com/ruralist-siyi/mayui#readme",
  "peerDependencies": {
    "react": ">= 16.8.3",
    "react-dom": ">= 16.8.3"
  },
  "dependencies": {
    "@babel/runtime": "^7.9.2",
    "babel-plugin-import": "^1.13.0",
    "classnames": "^2.2.6",
    "prop-types": "^15.7.2"
  },
  "devDependencies": {
    "@types/jest": "^25.2.1",
    "@types/node": "^13.13.2",
    "@types/react": "^16.9.34",
    "@types/react-dom": "^16.9.6",
    "@typescript-eslint/eslint-plugin": "^2.31.0",
    "@typescript-eslint/parser": "^2.31.0",
    "awesome-typescript-loader": "^5.2.1",
    "clean-webpack-plugin": "^3.0.0",
    "cross-env": "^7.0.2",
    "css-loader": "^3.5.2",
    "eslint": "^7.0.0",
    "eslint-config-prettier": "^6.11.0",
    "eslint-loader": "^4.0.2",
    "eslint-plugin-prettier": "^3.1.3",
    "eslint-plugin-react": "^7.19.0",
    "father": "^2.29.2",
    "html-webpack-plugin": "^4.2.0",
    "husky": "^4.2.5",
    "less": "^3.11.1",
    "less-loader": "^5.0.0",
    "lint-staged": "^10.2.2",
    "prettier": "^2.0.5",
    "react": "^16.13.1",
    "react-dom": "^16.13.1",
    "react-router-dom": "^5.1.2",
    "source-map-loader": "^0.2.4",
    "style-loader": "^1.1.4",
    "tslint": "^6.1.1",
    "tslint-react": "^5.0.0",
    "typescript": "^3.8.3",
    "webpack": "^4.43.0",
    "webpack-cli": "^3.3.11",
    "webpack-dev-server": "^3.10.3"
  },
  "browserslist": [
    "last 2 version",
    "Firefox ESR",
    "> 1%",
    "ie >= 9"
  ],
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "**/*.{ts,tsx}": [
      "npm run lint",
      "git add"
    ]
  }
}
