{
  "name": "dp-common-ui",
  "version": "1.0.22",
  "description": "Common UI components.",
  "main": "lib",
  "scripts": {
    "test": "NODE_ENV=test jest --watch",
    "bundle": "NODE_ENV=production webpack --config webpack.prod.conf.js",
    "start": "NODE_ENV=development webpack-dev-server --config webpack.dev.conf.js",
    "build": "gulp",
    "commit": "git-cz",
    "standard": "standard",
    "standard:fix": "standard --fix",
    "prepublishOnly": "npm run build"
  },
  "standard": {
    "parser": "babel-eslint",
    "globals": [
      "describe",
      "it",
      "expect"
    ]
  },
  "author": "zhiyuan1230",
  "license": "ISC",
  "devDependencies": {
    "@babel/cli": "^7.1.5",
    "@babel/core": "^7.1.5",
    "@babel/plugin-proposal-class-properties": "^7.1.0",
    "@babel/preset-env": "^7.1.5",
    "@babel/preset-react": "^7.0.0",
    "@commitlint/cli": "^7.2.1",
    "@commitlint/config-conventional": "^7.1.2",
    "babel-core": "^7.0.0-bridge.0",
    "babel-eslint": "^10.0.1",
    "babel-jest": "^23.6.0",
    "babel-loader": "^8.0.4",
    "git-cz": "^1.8.0",
    "classnames": "^2.2.6",
    "css-loader": "^1.0.0",
    "del": "^3.0.0",
    "enzyme": "^3.6.0",
    "enzyme-adapter-react-16": "^1.5.0",
    "eslint": "^5.9.0",
    "file-loader": "^2.0.0",
    "gulp": "^3.9.1",
    "gulp-babel": "^8.0.0",
    "gulp-csso": "^3.0.1",
    "gulp-postcss": "^8.0.0",
    "gulp-sass": "^4.0.2",
    "gulp-sequence": "^1.0.0",
    "html-webpack-plugin": "^3.2.0",
    "husky": "^1.1.4",
    "jest": "^23.6.0",
    "node-sass": "^4.9.3",
    "postcss": "^7.0.5",
    "postcss-cssnext": "^3.1.0",
    "postcss-import": "^12.0.1",
    "postcss-loader": "^3.0.0",
    "prop-types": "^15.6.2",
    "raf": "^3.4.0",
    "raf-polyfill": "^1.0.0",
    "react": "^16.5.0",
    "react-dom": "^16.5.0",
    "react-router-dom": "^4.3.1",
    "react-swipeable-views": "^0.13.0",
    "react-test-renderer": "^16.5.1",
    "regenerator-runtime": "^0.12.1",
    "sass-loader": "^7.1.0",
    "standard": "^12.0.1",
    "style-loader": "^0.23.1",
    "url-loader": "^1.1.2",
    "webpack": "^4.17.2",
    "webpack-cli": "^3.1.0",
    "webpack-dev-server": "^3.1.8",
    "webpack-merge": "^4.1.4",
    "whatwg-fetch": "^3.0.0"
  },
  "peerDependencies": {
    "classnames": "^2.2.6",
    "prop-types": "^15.6.2",
    "react": "^16.5.0",
    "react-dom": "^16.5.0",
    "react-router-dom": "^4.3.1",
    "react-swipeable-views": "^0.13.0"
  },
  "husky": {
    "hooks": {
      "pre-commit": [
        "npm run standard"
      ],
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  }
}
