{
  "name": "osdoc-ui",
  "version": "0.0.1-alpha.4",
  "description": "A React Mobile UI Library.",
  "typings": "lib/index.d.ts",
  "main": "lib/index.js",
  "module": "esm/index.js",
  "repository": "git@github.com:osdoc-dev/osdoc-ui.git",
  "author": "ahwgs <ah_wgs@126.com>",
  "license": "MIT",
  "tags": [
    "osdoc-dev",
    "osdoc-ui",
    "react"
  ],
  "keywords": [
    "react",
    "react-ui",
    "react-component",
    "osdoc-dev",
    "osdoc-ui",
    "osdoc-mobile",
    "component",
    "components",
    "ui",
    "framework",
    "frontend",
    "mobile"
  ],
  "files": [
    "dist",
    "lib",
    "esm"
  ],
  "scripts": {
    "dev": "node build/dev",
    "commit": "git-cz",
    "build:types": "tsc -p tsconfig.build.json && cpr lib esm",
    "clean": "rimraf lib esm dist",
    "build": "npm run clean && npm run build:types && gulp",
    "build:site": "node build/build-site",
    "release": "node build/release.js"
  },
  "sideEffects": [
    "dist/*",
    "esm/**/style/*",
    "lib/**/style/*",
    "*.less"
  ],
  "devDependencies": {
    "@babel/core": "^7.10.4",
    "@babel/plugin-proposal-class-properties": "^7.10.4",
    "@babel/plugin-proposal-object-rest-spread": "^7.7.7",
    "@babel/plugin-transform-runtime": "^7.10.4",
    "@babel/preset-env": "^7.10.4",
    "@babel/preset-react": "^7.10.4",
    "@babel/preset-typescript": "^7.10.4",
    "@babel/standalone": "^7.10.5",
    "@commitlint/cli": "^9.0.1",
    "@commitlint/config-conventional": "^9.0.1",
    "@svgr/webpack": "^5.4.0",
    "@types/classnames": "^2.2.10",
    "@types/react": "^16.9.41",
    "@types/react-dom": "^16.9.8",
    "@types/react-router-dom": "^5.1.5",
    "@types/source-list-map": "^0.1.2",
    "address": "^1.1.2",
    "autoprefixer": "^9.8.4",
    "babel-loader": "^8.1.0",
    "cache-loader": "^4.1.0",
    "classnames": "^2.2.6",
    "commitizen": "^4.1.2",
    "conventional-changelog-cli": "^2.0.34",
    "copy-to-clipboard": "^3.3.1",
    "cpr": "^3.0.1",
    "css-loader": "^3.6.0",
    "cz-conventional-changelog": "^3.2.0",
    "cz-customizable": "^6.2.1",
    "file-loader": "^6.0.0",
    "front-matter": "^4.0.2",
    "gulp": "^4.0.2",
    "gulp-autoprefixer": "^7.0.1",
    "gulp-babel": "^8.0.0",
    "gulp-cssnano": "^2.1.3",
    "gulp-less": "^4.0.1",
    "highlight.js": "^10.1.1",
    "html-webpack-plugin": "4.3.0",
    "html-withimg-loader": "^0.1.16",
    "husky": "^4.2.5",
    "inquirer": "^7.3.3",
    "less-loader": "^6.1.3",
    "lint-staged": "^10.2.11",
    "loader-utils": "^2.0.0",
    "lodash": "^4.17.15",
    "markdown-it": "^11.0.0",
    "markdown-it-container": "^3.0.0",
    "marked": "^1.1.1",
    "ora": "^4.0.4",
    "osdoc-lint": "1.0.6",
    "portfinder": "^1.0.26",
    "postcss": "^7.0.32",
    "postcss-loader": "^3.0.0",
    "prettier": "^2.0.5",
    "raw-loader": "^4.0.1",
    "react": "^16.13.1",
    "react-dom": "^16.13.1",
    "react-loadable": "^5.5.0",
    "react-router-dom": "^5.2.0",
    "semver": "^7.3.2",
    "style-loader": "^1.2.1",
    "through2": "^4.0.2",
    "typescript": "^3.9.5",
    "url-loader": "^4.1.0",
    "webpack": "^4.43.0",
    "webpack-dev-server": "^3.11.0",
    "webpack-merge": "^4.2.2",
    "webpackbar": "^4.0.0"
  },
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0"
  },
  "lint-staged": {
    "components/**/*.ts?(x)": [
      "prettier --write",
      "eslint --fix",
      "git add"
    ],
    "components/**/*.less": [
      "stylelint --syntax less --fix",
      "git add"
    ]
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged",
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  },
  "config": {
    "commitizen": {
      "path": "node_modules/cz-customizable"
    }
  },
  "browserslist": [
    "last 2 versions",
    "Firefox ESR",
    "> 1%",
    "ie >= 9",
    "iOS >= 7",
    "Android >= 4"
  ],
  "dependencies": {
    "@babel/runtime": "^7.10.3",
    "create-react-context": "^0.3.0",
    "rmc-feedback": "^2.0.0"
  }
}
