{
  "name": "arco-design-pro",
  "version": "1.0.0",
  "description": "Arco Design Pro",
  "scripts": {
    "prepublishOnly": "npm run build",
    "dev": "arco-scripts dev:site --port 9090",
    "build": "arco-scripts build:site",
    "eslint": "eslint src/ --fix --cache --quiet --ext .js,.jsx,.ts,.tsx",
    "stylelint": "stylelint 'components/**/*.less' --fix --cache"
  },
  "devDependencies": {
    "@arco-design/arco-scripts": "^1.13.3",
    "@arco-design/webpack-plugin": "^1.5.2",
    "@babel/plugin-transform-react-jsx-source": "^7.12.1",
    "@svgr/core": "4.3.1",
    "@svgr/plugin-jsx": "4.3.2",
    "@svgr/plugin-prettier": "4.3.2",
    "@svgr/plugin-svgo": "4.3.1",
    "@types/react": "^16.7.20",
    "@types/react-dom": "^16.0.11",
    "@types/react-redux": "^7.1.9",
    "@types/shallowequal": "^1.1.1",
    "@typescript-eslint/eslint-plugin": "^2.4.0",
    "@typescript-eslint/parser": "^2.4.0",
    "chalk": "^2.4.2",
    "cross-spawn": "^6.0.5",
    "eslint": "^5.12.0",
    "eslint-config-airbnb": "^17.1.0",
    "eslint-config-prettier": "^6.5.0",
    "eslint-plugin-babel": "^5.3.0",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-jsx-a11y": "^6.1.2",
    "eslint-plugin-prettier": "^3.1.1",
    "eslint-plugin-react": "^7.12.3",
    "eslint-plugin-typescript": "^0.14.0",
    "faker": "^5.1.0",
    "fork-ts-checker-webpack-plugin": "^5.2.1",
    "fs-extra": "^7.0.1",
    "glob": "^7.1.3",
    "husky": "^3.0.9",
    "lint-staged": "^9.4.2",
    "prettier": "^1.18.2",
    "react-test-renderer": "^16.7.0",
    "stylelint": "^13.7.2",
    "stylelint-config-css-modules": "^2.2.0",
    "stylelint-config-standard": "^20.0.0",
    "terser-webpack-plugin": "^2.3.2",
    "typescript": "^3.6.3",
    "webpack-bundle-analyzer": "^3.6.0"
  },
  "dependencies": {
    "@arco-design/color": "^0.4.0",
    "@antv/data-set": "^0.11.8",
    "@arco-design/web-react": "^2.17.2",
    "@babel/runtime": "^7.6.0",
    "bizcharts": "^4.1.11",
    "@turf/turf": "^6.5.0",
    "@loadable/component": "^5.13.2",
    "axios": "^0.20.0",
    "copy-to-clipboard": "^3.3.1",
    "lodash": "^4.17.20",
    "mockjs": "^1.1.0",
    "path-to-regexp": "^1.8.0",
    "query-string": "^6.13.8",
    "react": "^16.9.0",
    "react-color": "^2.18.1",
    "react-dom": "^16.9.0",
    "react-redux": "^7.2.1",
    "react-router": "^5.2.0",
    "react-router-dom": "^5.2.0",
    "redux": "^4.0.5"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.{js,jsx,ts,tsx}": [
      "npm run eslint",
      "git add"
    ],
    "*.{css, less}": [
      "npm run stylelint",
      "git add"
    ]
  }
}
