{
  "name": "merchant-b",
  "version": "1.0.17",
  "main": "index.js",
  "repository": "http://gitlab.ximalaya.com/cbp/fem/project/merchant-platform/merchant-b.git",
  "author": "codeshareman <yan.zhou@ximalaya.com>",
  "license": "MIT",
  "scripts": {
    "eslint": "eslint 'src/**/*'",
    "precise-commits": "precise-commits",
    "precommit": "npm run precise-commits",
    "start": "webpack-dev-server --config ./server/build/webpack.dev.config.js",
    "build:dll": "cross-env APP_ENV=production webpack --config ./server/build/webpack.dll.config.js",
    "build-prod": "cross-env APP_ENV=production node ./server/build/build.js",
    "build-test": "cross-env APP_ENV=test node ./server/build/build.js",
    "build-uat": "cross-env APP_ENV=uat node ./server/build/build.js",
    "build-dll": "webpack --config ./server/build/webpack.dll.config.js",
    "mock": "node ./mock/server.js"
  },
  "husky": {
    "hooks": {
      "pre-commit": "precise-commits && yarn eslint"
    }
  },
  "sideEffects": [
    "./src/**/*.scss"
  ],
  "devDependencies": {
    "@babel/core": "7.2.0",
    "@babel/plugin-proposal-class-properties": "7.2.1",
    "@babel/plugin-proposal-decorators": "^7.1.6",
    "@babel/plugin-syntax-dynamic-import": "^7.0.0",
    "@babel/plugin-transform-runtime": "^7.1.0",
    "@babel/preset-env": "7.2.0",
    "@babel/preset-react": "^7.0.0",
    "@babel/preset-typescript": "^7.8.3",
    "@typescript-eslint/parser": "^2.22.0",
    "babel-eslint": "^10.1.0",
    "babel-loader": "^8.0.4",
    "babel-plugin-import": "^1.11.0",
    "babel-plugin-syntax-dynamic-import": "^6.18.0",
    "chalk": "^2.4.1",
    "clean-webpack-plugin": "^1.0.1",
    "copy-webpack-plugin": "^4.6.0",
    "cross-env": "^5.2.0",
    "css-loader": "^1.0.1",
    "eslint": "^6.8.0",
    "eslint-config-prettier": "^6.10.0",
    "eslint-plugin-prettier": "^3.1.2",
    "eslint-plugin-react": "^7.18.3",
    "extract-text-webpack-plugin": "^4.0.0-beta.0",
    "file-loader": "^2.0.0",
    "html-webpack-event-plugin": "^0.2.0",
    "html-webpack-externals-plugin": "^3.8.0",
    "html-webpack-plugin": "^3.2.0",
    "husky": "^4.2.3",
    "json-server": "^0.14.2",
    "less": "^3.8.1",
    "less-loader": "^4.1.0",
    "mini-css-extract-plugin": "^0.8.0",
    "mobx-react-devtools": "^6.1.1",
    "mockjs": "^1.0.1-beta3",
    "node-sass": "^4.10.0",
    "optimize-css-assets-webpack-plugin": "^5.0.3",
    "ora": "^3.0.0",
    "postcss-loader": "^3.0.0",
    "precise-commits": "^1.0.2",
    "prettier": "^1.19.1",
    "pretty-quick": "^2.0.1",
    "progress-bar-webpack-plugin": "^2.1.0",
    "purgecss-webpack-plugin": "^2.1.0",
    "react-helmet": "^5.2.1",
    "rimraf": "^2.6.2",
    "sass-loader": "^7.1.0",
    "speed-measure-webpack-plugin": "^1.3.1",
    "style-loader": "^0.23.1",
    "terser-webpack-plugin": "^1.1.0",
    "ts-loader": "^5.3.3",
    "typescript": "3.2.2",
    "url-loader": "^1.1.2",
    "webpack": "^4.24.0",
    "webpack-bundle-analyzer": "^3.6.0",
    "webpack-cli": "^3.1.2",
    "webpack-dev-server": "^3.1.10",
    "webpack-merge": "^4.2.1"
  },
  "dependencies": {
    "@babel/plugin-proposal-object-rest-spread": "7.2.0",
    "@sentry/browser": "^5.7.1",
    "@types/react-dom": "^16.9.2",
    "@types/react-router-dom": "^5.1.3",
    "@types/validatorjs": "^3.15.0",
    "@typescript-eslint/eslint-plugin": "^2.22.0",
    "@xmly/cbp-spec": "1.0.16",
    "antd": "3.24.1",
    "axios": "^0.19.0",
    "better-scroll": "^1.15.2",
    "classnames": "^2.2.6",
    "cnpm": "^6.1.1",
    "mobx": "^5.14.2",
    "mobx-react": "^6.1.4",
    "moment": "^2.24.0",
    "react": "^16.10.2",
    "react-dom": "^16.10.2",
    "react-router-config": "^5.1.1",
    "react-router-dom": "^5.1.2",
    "ts-import-plugin": "^1.6.5",
    "validatorjs": "^3.15.1"
  },
  "yxpm": {
    "output": [
      "dist"
    ]
  }
}
