{
  "name": "dora-ui",
  "version": "0.0.14",
  "description": "A React.js Mobile UI Library",
  "repository": "https://github.com/worldzhao/dora-ui",
  "homepage": "https://dora-ui.now.sh/",
  "license": "MIT",
  "private": false,
  "authors": {
    "name": "worldzhao",
    "email": "1007326924@qq.com"
  },
  "files": [
    "types",
    "lib",
    "es",
    "dist",
    "LICENSE",
    "README.md"
  ],
  "main": "lib/index.js",
  "module": "es/index.js",
  "typings": "types/index.d.ts",
  "keywords": [
    "dora",
    "dora-ui",
    "react",
    "react-component",
    "component",
    "components",
    "ui",
    "web",
    "framework",
    "frontend",
    "mobile"
  ],
  "tags": [
    "dora",
    "dora-ui",
    "react",
    "react-component",
    "component",
    "components",
    "ui",
    "web",
    "framework",
    "frontend",
    "mobile"
  ],
  "scripts": {
    "start": "npm run dev",
    "dev": "docz dev",
    "clean": "rimraf types lib es dist",
    "build:doc": "rimraf .doc-site && docz build",
    "preview:doc": "docz serve",
    "publish:doc": "now --prod",
    "now-build": "npm run build:doc",
    "type-check": "tsc --noEmit",
    "build:types": "tsc --emitDeclarationOnly",
    "build": "npm run clean && npm run build:types && gulp",
    "commit": "git-cz",
    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r",
    "release": "standard-version",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "test:update": "jest --updateSnapshot"
  },
  "devDependencies": {
    "@babel/cli": "^7.2.3",
    "@babel/core": "^7.4.0",
    "@babel/plugin-proposal-class-properties": "^7.4.0",
    "@babel/plugin-proposal-object-rest-spread": "^7.4.0",
    "@babel/plugin-transform-runtime": "^7.4.4",
    "@babel/preset-env": "^7.4.1",
    "@babel/preset-react": "^7.0.0",
    "@babel/preset-typescript": "^7.3.3",
    "@commitlint/cli": "^8.2.0",
    "@commitlint/config-conventional": "^8.2.0",
    "@semantic-release/changelog": "^3.0.4",
    "@testing-library/jest-dom": "^4.2.4",
    "@testing-library/react": "^9.4.0",
    "@types/classnames": "^2.2.7",
    "@types/jest": "^24.0.25",
    "@types/prismjs": "^1.16.0",
    "@types/react": "^16.8.18",
    "@types/react-copy-to-clipboard": "^4.3.0",
    "@types/react-dom": "^16.8.4",
    "@types/react-transition-group": "^2.9.1",
    "@types/testing-library__react": "^9.1.2",
    "@types/vfile-message": "^2.0.0",
    "@types/warning": "^3.0.0",
    "@umijs/fabric": "^2.0.0",
    "address": "^1.1.0",
    "antd": "^3.26.3",
    "babel-eslint": "^10.0.1",
    "babel-plugin-dynamic-import-node": "^2.3.0",
    "babel-plugin-import": "^1.13.0",
    "commitizen": "^4.0.3",
    "conventional-changelog-cli": "^2.0.25",
    "cpr": "^3.0.1",
    "cross-env": "^5.2.0",
    "css-loader": "^2.1.1",
    "cz-conventional-changelog": "^3.0.2",
    "docz": "^2.2.0",
    "gatsby-plugin-less": "^3.0.17",
    "gulp": "^4.0.2",
    "gulp-autoprefixer": "^6.1.0",
    "gulp-babel": "^8.0.0",
    "gulp-concat": "^2.6.1",
    "gulp-cssnano": "^2.1.3",
    "gulp-filesize": "^0.0.6",
    "gulp-less": "^4.0.1",
    "gulp-rename": "^1.4.0",
    "gulp-sourcemaps": "^2.6.5",
    "husky": "^2.3.0",
    "identity-obj-proxy": "^3.0.0",
    "jest": "^24.9.0",
    "less": "^3.10.3",
    "less-loader": "^5.0.0",
    "lint-staged": "^8.1.7",
    "now": "^16.7.0",
    "npm-run-all": "^4.1.5",
    "prettier": "^1.17.1",
    "prismjs": "^1.17.1",
    "react": "^16.8.6",
    "react-copy-to-clipboard": "^5.0.2",
    "react-dom": "^16.8.6",
    "react-hot-loader": "^4.8",
    "react-simple-code-editor": "^0.10.0",
    "react-spinners": "^0.5.13",
    "react-use": "^13.12.2",
    "rimraf": "^2.6.3",
    "semantic-release": "^15.13.19",
    "standard-version": "^7.0.0",
    "stylelint": "^10.0.1",
    "stylelint-config-standard": "^18.3.0",
    "through2": "^3.0.1",
    "ts-jest": "^24.3.0",
    "typescript": "^3.3.3"
  },
  "peerDependencies": {
    "react": ">=16.6.0",
    "react-dom": ">=16.6.0"
  },
  "dependencies": {
    "@babel/runtime": "^7.4.5",
    "classnames": "^2.2.6",
    "lodash": "^4.17.15",
    "prop-types": "^15.7.2",
    "react-transition-group": "^4.0.1",
    "warning": "^4.0.3"
  },
  "lint-staged": {
    "components/**/*.ts?(x)": [
      "prettier --write",
      "eslint --fix",
      "jest --bail --findRelatedTests",
      "git add"
    ],
    "components/**/*.less": [
      "stylelint --syntax less --fix",
      "git add"
    ]
  },
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
      "pre-commit": "lint-staged"
    }
  },
  "config": {
    "commitizen": {
      "path": "cz-conventional-changelog"
    }
  },
  "release": {
    "prepare": [
      {
        "path": "@semantic-release/changelog"
      },
      [
        "@semantic-release/git",
        {
          "assets": [
            "CHANGELOG.md"
          ]
        }
      ]
    ]
  }
}
