{
  "name": "Wms",
  "version": "1.0.0",
  "description": "An UI solution for enterprise applications",
  "private": true,
  "scripts": {
    "start": "node server",
    "start:no-proxy": "cross-env NO_PROXY=true roadhog server",
    "build": "node build",
    "build:report": "NODE_ENV=report roadhog build --report",
    "postbuild": "node revert.js",
    "site": "roadhog-api-doc static && gh-pages -d dist",
    "analyze": "roadhog build --analyze",
    "lint:style": "stylelint \"src/**/*.less\" --syntax less",
    "lint": "eslint --ext .js src",
    "lint:fix": "eslint --fix --ext .js src mock tests && npm run lint:style",
    "lint-staged": "lint-staged",
    "lint-staged:js": "eslint --ext .js",
    "test": "jest",
    "test:all": "node ./tests/run-tests.js"
  },
  "pre-commit": [
    "lint"
  ],
  "dependencies": {
    "@antv/data-set": "^0.8.0",
    "antd": "3.4.5",
    "axios": "^0.18.0",
    "babel-polyfill": "^6.26.0",
    "babel-runtime": "^6.9.2",
    "bizcharts": "^3.1.0-beta.4",
    "bizcharts-plugin-slider": "^2.0.1",
    "classnames": "^2.2.5",
    "dva": "2.1.0",
    "dva-loading": "^1.0.4",
    "enquire-js": "^0.1.1",
    "fastclick": "^1.0.6",
    "jsonp": "^0.2.1",
    "lodash": "^4.17.4",
    "lodash-decorators": "^4.4.1",
    "lujing-fe-js-address-list": "^1.0.13",
    "lujing-fe-js-crash": "^1.0.1",
    "lujing-fe-js-decmobile": "^1.0.1",
    "lujing-fe-js-map": "^2.1.6",
    "lujing-fe-js-trace": "^1.0.1",
    "lujing-fe-react-antdcommon": "^1.2.15",
    "lujing-fe-react-table": "^1.0.4",
    "mathjs": "^5.0.1",
    "moment": "^2.19.1",
    "numeral": "^2.0.6",
    "omit.js": "^1.0.0",
    "path-to-regexp": "^2.4.0",
    "prop-types": "^15.5.10",
    "qs": "^6.5.0",
    "rc-drawer-menu": "^0.5.0",
    "react": "^16.0.0",
    "react-container-query": "^0.9.1",
    "react-document-title": "^2.0.3",
    "react-dom": "^16.0.0",
    "react-fittext": "^1.0.0",
    "react-resizable": "^1.7.5",
    "xlsx": "^0.14.0"
  },
  "devDependencies": {
    "babel-plugin-dva-hmr": "^0.4.0",
    "babel-plugin-import": "^1.2.1",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-plugin-transform-decorators-legacy": "^1.3.4",
    "babel-plugin-transform-runtime": "^6.9.0",
    "babel-preset-env": "^1.6.1",
    "babel-preset-react": "^6.24.1",
    "cross-env": "^5.1.1",
    "cross-port-killer": "^1.0.1",
    "enzyme": "^3.1.0",
    "enzyme-adapter-react-16": "^1.0.2",
    "eslint": "^3.19.0",
    "eslint-config-lujing-react": "^1.x",
    "husky": "^0.14.3",
    "lint-staged": "^6.0.0",
    "mockjs": "^1.0.1-beta3",
    "prettier": "^1.9.0",
    "pro-download": "^1.0.0",
    "redbox-react": "^1.3.2",
    "roadhog": "^1.3.1",
    "roadhog-api-doc": "^0.3.3",
    "rollbar": "^2.3.1",
    "webpack-bundle-analyzer": "^2.13.1",
    "webpack-parallel-uglify-plugin": "^1.1.0"
  },
  "optionalDependencies": {
    "nightmare": "^2.10.0"
  },
  "babel": {
    "presets": [
      "env",
      "react"
    ],
    "plugins": [
      "transform-decorators-legacy",
      "transform-class-properties"
    ]
  },
  "jest": {
    "setupFiles": [
      "<rootDir>/tests/setupTests.js"
    ],
    "testMatch": [
      "**/?(*.)(spec|test|e2e).js?(x)"
    ],
    "setupTestFrameworkScriptFile": "<rootDir>/tests/jasmine.js",
    "moduleFileExtensions": [
      "js",
      "jsx"
    ],
    "moduleNameMapper": {
      "\\.(css|less)$": "<rootDir>/tests/styleMock.js"
    }
  },
  "lint-staged": {
    "**/*.{js,jsx}": "lint-staged:js",
    "**/*.less": "stylelint --syntax less"
  },
  "browserslist": [
    "> 1%",
    "last 2 versions",
    "not ie <= 10"
  ],
  "author": "bualjy"
}
