{
  "name": "mhc-antd-admin",
  "version": "0.0.39",
  "description": "基于 antd 的管理系统组件库",
  "scripts": {
    "build": "rm -rf lib && NODE_ENV=production babel components -d lib --copy-files",
    "start": "rimraf _site && mkdir _site && cross-env NODE_ENV=development bisheng start -c ./site/bisheng.config.js",
    "site": "cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js",
    "deploy": "npm run site && bisheng gh-pages --push-only",
    "addv": "npm version patch",
    "pub": "npm run addv && npm publish",
    "lint-fix:code": "eslint --fix site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'",
    "lint-fix:demo": "eslint-tinker ./components/*/demo/*.md",
    "lint-fix:style": "stylelint --fix \"src/**/*.less\" --syntax less",
    "lint-staged": "lint-staged",
    "lint-staged:js": "eslint ./.eslintrc.js ./webpack.config.js",
    "lint-staged:style": "stylelint \"src/**/*.less\" --syntax less",
    "lint-staged:demo": "cross-env RUN_ENV=DEMO eslint --ext '.md'"
  },
  "lint-staged": {
    "{site,components}/**/*.{js,jsx}": [
      "npm run lint-staged:js"
    ],
    "components/*/demo/*.md": [
      "npm run lint-staged:demo"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Antd-Admin/mhc-antd-admin.git"
  },
  "bugs": {
    "url": "https://github.com/Antd-Admin/mhc-antd-admin/issues"
  },
  "homepage": "https://git-lt.github.io/mhc-antd-admin/",
  "author": "hz_liutao@qq.com",
  "license": "ISC",
  "main": "lib/index.js",
  "dependencies": {
    "antd": "^3.7.2",
    "axios": "^0.18.0",
    "braft-editor": "^1.9.8",
    "classnames": "^2.2.6",
    "copy-to-clipboard": "^3.0.8",
    "flv.js": "^1.4.2",
    "jsonml.js": "^0.1.0",
    "lodash": "^4.17.10",
    "lz-string": "^1.4.4",
    "memoize-one": "^4.0.0",
    "qrcode.react": "^0.8.0",
    "rc-queue-anim": "^1.6.5",
    "rc-scroll-anim": "^2.5.5",
    "rc-tween-one": "^2.2.3",
    "react": "^16.4.1",
    "react-copy-to-clipboard": "^5.0.1",
    "react-document-title": "^2.0.3",
    "react-dom": "^16.4.1",
    "react-github-button": "^0.1.11",
    "react-resizable": "^1.7.5",
    "react-router": "^4.3.1",
    "react-router-dom": "^4.3.1",
    "react-viewer": "^2.5.3"
  },
  "devDependencies": {
    "babel": "^6.23.0",
    "babel-cli": "^6.26.0",
    "babel-eslint": "^8.2.6",
    "babel-plugin-import": "^1.8.0",
    "babel-plugin-transform-decorators-legacy": "^1.3.5",
    "babel-preset-env": "^1.7.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "bisheng": "^0.29.0",
    "bisheng-plugin-antd": "^0.16.5",
    "bisheng-plugin-react": "^0.6.3",
    "cross-env": "^5.2.0",
    "eslint": "^5.2.0",
    "eslint-config-alloy": "^1.4.2",
    "eslint-plugin-react": "^7.10.0",
    "less": "^2.7.3",
    "less-loader": "^4.1.0",
    "react-hot-loader": "^4.3.4"
  }
}
